CVE-2026-39475
Published: 08 April 2026
Summary
CVE-2026-39475 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-39475 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability, classified under CWE-89, that enables Blind SQL Injection in the Syed Balkhi User Feedback plugin (userfeedback-lite) for WordPress. This flaw affects all versions of the plugin from n/a through 1.10.1, as documented in the CVE published on 2026-04-08.
The vulnerability carries a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L), indicating exploitation is feasible over the network with low attack complexity, requiring only low privileges such as those of a subscribed or contributor-level WordPress user, and no user interaction. Attackers can achieve high confidentiality impact by extracting sensitive data through blind SQL injection techniques, with low impacts on integrity and availability, while the exploit crosses security scopes due to the plugin's backend interactions.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/userfeedback-lite/vulnerability/wordpress-user-feedback-plugin-1-10-1-sql-injection-vulnerability-2?_s_id=cve details the vulnerability in the User Feedback plugin version 1.10.1, highlighting the need for updates to versions beyond 1.10.1 to mitigate the SQL injection risk.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-20141
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Syed Balkhi User Feedback userfeedback-lite allows Blind SQL Injection.This issue affects User Feedback: from n/a through <= 1.10.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing WordPress plugin directly enables T1190 by allowing authenticated low-privilege users to exploit the web application for sensitive data extraction from the database.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents blind SQL injection by enforcing validation of user inputs used in SQL commands within the vulnerable WordPress plugin.
Mitigates the CVE by requiring timely identification, reporting, and patching of the SQL injection flaw in User Feedback plugin versions up to 1.10.1.
Enables detection of SQL injection vulnerabilities like CVE-2026-39475 through regular automated vulnerability scanning of web applications and plugins.