Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in vipul Jariwala WP Post Corrector allows SQL Injection. This issue affects WP Post Corrector: from n/a through 1.0.2.
AnalysisAI
SQL injection vulnerability in the WP Post Corrector WordPress plugin (versions up to 1.0.2) that allows authenticated attackers with high privileges to execute arbitrary SQL queries, potentially leading to unauthorized data disclosure and limited service disruption. The vulnerability requires administrator-level access to exploit, significantly limiting its immediate threat surface, though it could be chained with privilege escalation attacks.
Technical ContextAI
The vulnerability exists in the WP Post Corrector plugin, a WordPress extension that is subject to improper input sanitization when constructing SQL queries (CWE-89: SQL Injection). The plugin fails to properly neutralize special SQL metacharacters in user-supplied input before passing them to database query functions. The affected technology stack includes WordPress plugin architecture and MySQL/MariaDB database backends. The vulnerability likely stems from direct concatenation of user input into SQL statements without parameterized queries or prepared statements, a common pattern in legacy WordPress plugins. This affects WordPress installations where the plugin is active and where an attacker has gained administrator credentials or exploited privilege escalation.
RemediationAI
Patch/Update: Update WP Post Corrector to version 1.0.3 or later (if available) from the WordPress plugin repository or vendor source; priority: Critical Immediate Workaround: Disable and deactivate the WP Post Corrector plugin entirely until a patched version is available; priority: Critical Access Control: Restrict administrator role assignment to trusted users only; implement multi-factor authentication (MFA) on all WordPress administrator accounts; priority: High Detection: Monitor WordPress admin user activity and database query logs for suspicious SQL patterns; implement Web Application Firewall (WAF) rules to detect SQL injection attempts; priority: High Code Hardening (if patch unavailable): Review plugin source code and apply input validation, parameterized queries, and prepared statements using wpdb->prepare() WordPress API functions; priority: High
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2023-29890