Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable, low-complexity SQLi needing a Contributor account (PR:L); confidentiality high from DB read, scope unchanged within the WordPress DB, integrity/availability impact not established.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Contributor SQL Injection in WP Post Author <= 3.9.1 versions.
AnalysisAI
SQL injection in the WP Post Author WordPress plugin (versions 3.9.1 and earlier) allows authenticated users with Contributor-level access to inject arbitrary SQL into the site database. Because exploitation requires only a low-privilege account (PR:L) over the network with no user interaction, any site that permits self-registration or has untrusted contributors is at material risk of database content disclosure. There is no public exploit identified at time of analysis and the issue is not in CISA KEV, but Patchstack-reported WordPress plugin SQLi flaws are commonly weaponized after disclosure.
Technical ContextAI
WP Post Author is a WordPress plugin that extends author profile, byline, and post-attribution functionality. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): the plugin passes Contributor-supplied input into a database query without proper parameterization or sanitization, letting an attacker break out of the intended query context. In the WordPress context such injection typically targets the shared wp_* tables via wpdb, meaning a successful injection can read data well beyond the plugin's own scope, including the wp_users and wp_usermeta tables that hold password hashes and session/secret data. No CPE strings were provided in the intelligence, so the exact affected configuration is bounded only by the version statement '<= 3.9.1'.
RemediationAI
Upgrade WP Post Author to the latest release above 3.9.1 once confirmed via the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wp-post-author/vulnerability/wordpress-wp-post-author-plugin-3-9-1-sql-injection-vulnerability?_s_id=cve); the input data does not specify an exact fixed version, so the patched build should be verified against the vendor/Patchstack listing before deployment. If an updated version is not yet available or cannot be applied immediately, reduce exposure by restricting who holds Contributor-or-higher accounts: disable open user registration (Settings > General > 'Anyone can register') and audit existing Contributor accounts, accepting the trade-off that legitimate guest authors lose self-service access. As a stronger temporary control, deactivate the WP Post Author plugin entirely - this removes the vulnerable code path at the cost of losing author-attribution features. A WordPress-aware WAF rule (e.g., Patchstack/Wordfence virtual patching) blocking SQLi patterns on the plugin's request parameters can serve as a compensating control but may produce false positives and should not be treated as a permanent fix.
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-2026-39758
GHSA-chrq-mj9q-326j