Cyber Resilience

CVE-2026-2468

High

Published: 21 March 2026

Published
21 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0010 27.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2468 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.5th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2468 is a SQL injection vulnerability (CWE-89) in the Quentn WP plugin for WordPress, affecting all versions up to and including 1.2.12. The issue arises in the `get_user_access()` method within the `class-quentn-wp-restrict-access.php` file, where the 'qntn_wp_access' cookie parameter is not sufficiently escaped or prepared before being appended to an existing SQL query.

Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. By manipulating the cookie, they can inject additional SQL queries to extract sensitive information from the database. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) reflects high confidentiality impact with no integrity or availability disruption.

Advisories and code analysis are detailed in references from Wordfence threat intelligence and WordPress plugin trac repositories, including the vulnerable code at line 483 in version 1.2.12 and the trunk branch. These sources provide context for remediation through patching or configuration review.

EU & UK References

Vulnerability details

The Quentn WP plugin for WordPress is vulnerable to SQL Injection via the 'qntn_wp_access' cookie in all versions up to, and including, 1.2.12. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on…

more

the existing SQL query in the `get_user_access()` method. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in unauthenticated WordPress plugin endpoint directly enables remote exploitation of a public-facing web application for database data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of the SQL injection flaw in the Quentn WP plugin, preventing exploitation through patching.

prevent

Mandates validation of user-supplied inputs like the 'qntn_wp_access' cookie to prevent SQL injection by ensuring sufficient escaping and preparation before database queries.

detectrespond

Facilitates discovery of the SQL injection vulnerability via regular scanning and prompts remediation to address it before attacker exploitation.

References