WP All Post Type Widget Security & Risk Analysis

wordpress.org/plugins/wp-all-post-type-widget

WP All Post Type Widget WordPress plugin add default post type and his category (post)

20 active installs v1.0.4 PHP + WP 3.7+ Updated Sep 28, 2019
custom-post-type-widgetcustom-taxonomy-postwordpress-all-post-type-widgetwp-all-post-type-widget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP All Post Type Widget Safe to Use in 2026?

Generally Safe

Score 85/100

WP All Post Type Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "wp-all-post-type-widget" v1.0.4 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding SQL queries, exclusively using prepared statements, and shows no history of known vulnerabilities. The absence of dangerous functions, file operations, external HTTP requests, and bundled libraries further contribute to a reduced attack surface in those specific areas. However, significant concerns arise from the static analysis. The plugin has a small but unprotected attack surface, with two AJAX handlers that lack authentication checks, presenting a direct entry point for potential attackers. Furthermore, a substantial portion of its output (86%) is not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is present in these outputs. The taint analysis also flagged two flows with unsanitized paths, indicating potential vulnerabilities in how data is processed, even though they were not classified as critical or high severity. The lack of nonce and capability checks on the AJAX handlers, combined with the unescaped outputs, are the most prominent security weaknesses.

In conclusion, while the plugin avoids common pitfalls like vulnerable SQL queries or a history of CVEs, its current state presents tangible risks. The unprotected AJAX endpoints and insufficient output escaping are critical areas that require immediate attention to prevent potential compromise. The absence of nonce and capability checks is a glaring omission in securing these entry points. Addressing these specific issues would significantly improve the plugin's security.

Key Concerns

  • AJAX handlers without authentication checks
  • Unescaped output (14% properly escaped)
  • Taint flows with unsanitized paths
  • Missing nonce checks on AJAX handlers
  • Missing capability checks
Vulnerabilities
None known

WP All Post Type Widget Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

WP All Post Type Widget Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
31
5 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

14% escaped36 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
wpaptw_get_category (classes\class-widget.php:156)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

WP All Post Type Widget Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_wpaptw_get_categoryclasses\class-widget.php:11
noprivwp_ajax_wpaptw_get_categoryclasses\class-widget.php:12
WordPress Hooks 4
actionwp_headclasses\class-widget.php:9
actionadmin_enqueue_scriptsclasses\class-widget.php:10
actionplugins_loadedclasses\class-wpaptw.php:41
actionwidgets_initclasses\class-wpaptw.php:49
Maintenance & Trust

WP All Post Type Widget Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 28, 2019
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings3
Active installs20
Developer Profile

WP All Post Type Widget Developer Profile

amairatech

1 plugin · 20 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect WP All Post Type Widget

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-all-post-type-widget/assets/css/wpaptw-public.css/wp-content/plugins/wp-all-post-type-widget/assets/js/wpaptw-public.js/wp-content/plugins/wp-all-post-type-widget/assets/js/wpaptw-admin.js
Script Paths
/wp-content/plugins/wp-all-post-type-widget/assets/js/wpaptw-public.js/wp-content/plugins/wp-all-post-type-widget/assets/js/wpaptw-admin.js
Version Parameters
wp-all-post-type-widget/assets/css/wpaptw-public.css?ver=wp-all-post-type-widget/assets/js/wpaptw-public.js?ver=wp-all-post-type-widget/assets/js/wpaptw-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpaptw-posts-ulwpaptw-thumbnailhalf_titlewpaptw_post_types_boxwpaptw_category_combowpaptw_orderby_combowpaptw_order_combo
Data Attributes
wpaptw-all-post-type-widget-posts
JS Globals
wpaptw_get_category
FAQ

Frequently Asked Questions about WP All Post Type Widget