WP Post Corrector Security & Risk Analysis

wordpress.org/plugins/wp-post-corrector

"WP Post Corrector" is a plugin, helpful you to correct your post data. It contains mainly 3 modules. Bulk Upload (Insert Mass Post Data), …

50 active installs v1.0.2 PHP 5.6+ WP 4.8+ Updated May 15, 2018
blog-correctpost-correcwp-post-correct
42
D · High Risk
CVEs total2
Unpatched2
Last CVEJun 5, 2025
Safety Verdict

Is WP Post Corrector Safe to Use in 2026?

High Risk

Score 42/100

WP Post Corrector carries significant security risk with 2 known CVEs, 2 still unpatched. Consider switching to a maintained alternative.

2 known CVEs 2 unpatched Last CVE: Jun 5, 2025Updated 7yr ago
Risk Assessment

The "wp-post-corrector" plugin v1.0.2 exhibits a concerning security posture, largely due to significant weaknesses identified in its code and a history of known vulnerabilities. While the static analysis reports a small attack surface with no apparent direct entry points like AJAX, REST API, or shortcodes, this masks deeper issues. The critical concern lies in the lack of proper output escaping, with 0% of 53 identified outputs being properly sanitized. This, combined with a high proportion of SQL queries (18 total) not using prepared statements (only 11%), creates a significant risk for SQL injection and Cross-Site Scripting (XSS) vulnerabilities.

The taint analysis, though limited in scope (4 flows analyzed), reveals that all flows have unsanitized paths, indicating potential avenues for malicious input to reach sensitive functions. The absence of nonce checks and capability checks for any functionality is a major security oversight, leaving any potential future entry points vulnerable to unauthorized access and manipulation. Furthermore, the plugin has a history of 2 known medium-severity vulnerabilities, specifically SQL injection and XSS, with both remaining unpatched as of the last vulnerability disclosure in June 2025. This pattern of past and persistent vulnerabilities, coupled with the identified code weaknesses, suggests a lack of robust security practices in the plugin's development and maintenance.

In conclusion, while the plugin's current apparent attack surface is small, the underlying code quality and vulnerability history present significant risks. The lack of output escaping, the prevalence of raw SQL queries, and the history of unpatched vulnerabilities are serious red flags. The absence of basic security checks like nonces and capability checks exacerbates these risks. Users should exercise extreme caution and consider disabling or thoroughly reviewing this plugin until these critical issues are addressed.

Key Concerns

  • 2 unpatched medium severity CVEs
  • 0% output escaping
  • 11% SQL prepared statements (89% raw SQL)
  • No nonce checks
  • No capability checks
  • All 4 taint flows have unsanitized paths
Vulnerabilities
2

WP Post Corrector Security Vulnerabilities

CVEs by Year

2 CVEs in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
2

2 total CVEs

CVE-2023-26003medium · 4.9Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

WP Post Corrector <= 1.0.2 - Authenticated (Administrator+) SQL Injection

Jun 5, 2025Unpatched
CVE-2025-22764medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

WP Post Corrector <= 1.0.2 - Reflected Cross-Site Scripting

Jan 14, 2025Unpatched
Code Analysis
Analyzed Mar 16, 2026

WP Post Corrector Code Analysis

Dangerous Functions
0
Raw SQL Queries
16
2 prepared
Unescaped Output
53
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
16
External Requests
0
Bundled Libraries
0

SQL Query Safety

11% prepared18 total queries

Output Escaping

0% escaped53 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
<bulk_update> (update\bulk_update.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Post Corrector Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitwp_export.php:22
actionadmin_menuwp_export.php:32
actionadmin_initwp_export.php:43
actioninitwp_export.php:144
Maintenance & Trust

WP Post Corrector Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedMay 15, 2018
PHP min version5.6
Downloads9K

Community Trust

Rating74/100
Number of ratings3
Active installs50
Alternatives

WP Post Corrector Alternatives

No alternatives data available yet.

Developer Profile

WP Post Corrector Developer Profile

vipul Jariwala

3 plugins · 90 total installs

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

How We Detect WP Post Corrector

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-corrector/export.css/wp-content/plugins/wp-post-corrector/export.js
Script Paths
/wp-content/plugins/wp-post-corrector/export.js
Version Parameters
/wp-content/plugins/wp-post-corrector/export.css?ver=/wp-content/plugins/wp-post-corrector/export.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp_post_corrector_upload_formwp_post_corrector_bulk_upload_csv
Data Attributes
name="bulk_upload_csv"
FAQ

Frequently Asked Questions about WP Post Corrector