WP Post Controller Security & Risk Analysis

wordpress.org/plugins/wp-post-controller

All in one solution for posts. Get Multiple features in one place

0 active installs v1.7 PHP + WP 4.0+ Updated Mar 7, 2021
controllermanagerpostpostcountpostview
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP Post Controller Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The wp-post-controller plugin v1.7 presents a mixed security posture. On the positive side, it shows a strong adherence to secure coding practices with a high percentage of SQL queries using prepared statements, extensive output escaping, and the absence of dangerous functions or file operations. The plugin also has no recorded vulnerability history, which is a significant indicator of past stability. However, a notable concern is the significant attack surface exposed through its AJAX handlers, with three out of four lacking authentication checks. Furthermore, the taint analysis reveals two flows with unsanitized paths, which could potentially lead to vulnerabilities if these paths are exploitable without proper input validation or sanitization.

The lack of vulnerability history is a reassuring sign, suggesting that past development has been relatively secure. However, the presence of unsanitized paths in the taint analysis and the unprotected AJAX endpoints represent direct, actionable security risks that need to be addressed. The plugin has a solid foundation in secure coding for many aspects, but the unauthenticated AJAX endpoints and identified unsanitized paths create a potential gateway for attackers. It is recommended to prioritize addressing these specific findings to improve the plugin's overall security.

Key Concerns

  • Unprotected AJAX handlers detected
  • Flows with unsanitized paths found
  • Low percentage of properly escaped outputs
  • Missing nonce checks on AJAX handlers
Vulnerabilities
None known

WP Post Controller Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

WP Post Controller Release Timeline

v1.7Current
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
Code Analysis
Analyzed Mar 17, 2026

WP Post Controller Code Analysis

Dangerous Functions
0
Raw SQL Queries
5
9 prepared
Unescaped Output
65
34 escaped
Nonce Checks
3
Capability Checks
6
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

64% prepared14 total queries

Output Escaping

34% escaped99 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

4 flows2 with unsanitized paths
date_range_filters_admin_form (admin\postfilters.php:86)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

WP Post Controller Attack Surface

Entry Points4
Unprotected3

AJAX Handlers 4

noprivwp_ajax_wppc_set_post_views_ajaxadmin\postviews.php:25
authwp_ajax_wppc_set_post_views_ajaxadmin\postviews.php:26
authwp_ajax_wppc_send_queryadmin\setting.php:30
authwp_ajax_wppc_reset_post_viewsadmin\setting.php:31
WordPress Hooks 26
actionadmin_noticesadmin\common.php:5
actionadmin_enqueue_scriptsadmin\common.php:25
actionadmin_initadmin\dbmapper.php:5
actionload-post.phpadmin\metaboxes\mpostviews.php:23
actionload-post-new.phpadmin\metaboxes\mpostviews.php:24
actionadd_meta_boxesadmin\metaboxes\mpostviews.php:33
actionsave_postadmin\metaboxes\mpostviews.php:34
actionadmin_action_wppc_clone_postadmin\postclone.php:38
actionrestrict_manage_postsadmin\postfilters.php:26
actionpre_get_postsadmin\postfilters.php:27
actionrestrict_manage_postsadmin\postfilters.php:33
filterpre_get_postsadmin\postfilters.php:34
actionrestrict_manage_postsadmin\postfilters.php:40
filterpre_get_postsadmin\postfilters.php:41
actionadmin_enqueue_scriptsadmin\postfilters.php:43
filterthe_contentadmin\postviews.php:27
filtermanage_posts_columnsadmin\postviews.php:28
actionmanage_posts_custom_columnadmin\postviews.php:29
filtermanage_pages_columnsadmin\postviews.php:30
actionmanage_pages_custom_columnadmin\postviews.php:31
actionwp_enqueue_scriptsadmin\postviews.php:32
actionplugins_loadedadmin\setting.php:26
actionadmin_menuadmin\setting.php:27
actionadmin_initadmin\setting.php:28
actionadmin_enqueue_scriptsadmin\setting.php:29
actionadmin_footeradmin\setting.php:32
Maintenance & Trust

WP Post Controller Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 7, 2021
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

WP Post Controller Developer Profile

wordsector

1 plugin · 0 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 Post Controller

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-post-controller/public/css/backend/common-admin.css/wp-content/plugins/wp-post-controller/public/css/backend/jquery-ui.min.css/wp-content/plugins/wp-post-controller/public/css/backend/filter.css/wp-content/plugins/wp-post-controller/public/js/backend/filter.js
Script Paths
/wp-content/plugins/wp-post-controller/public/js/backend/filter.js
Version Parameters
wp-post-controller/public/css/backend/common-admin.css?ver=wp-post-controller/public/css/backend/jquery-ui.min.css?ver=wp-post-controller/public/css/backend/filter.css?ver=wp-post-controller/public/js/backend/filter.js?ver=

HTML / DOM Fingerprints

CSS Classes
wppc-filter-csswppc-filter-js
Data Attributes
name="wppc_filter_date_from"name="wppc_filter_date_to"data-nonce="
JS Globals
WPPC_VERSION
FAQ

Frequently Asked Questions about WP Post Controller