CVE-2026-9082
Published: 20 May 2026
Summary
CVE-2026-9082 is a critical-severity SQL Injection (CWE-89) vulnerability in Drupal Drupal. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities 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-9082 is an SQL injection vulnerability arising from improper neutralization of special elements in SQL commands, present in Drupal core. It affects versions from 8.9.0 before 10.4.10, from 10.5.0 before 10.5.10, from 10.6.0 before 10.6.9, from 11.0.0 before 11.1.10, from 11.2.0 before 11.2.12, and from 11.3.0 before 11.3.10.
An unauthenticated remote attacker can supply crafted input over the network to execute arbitrary SQL commands against the database, potentially achieving full confidentiality, integrity, and availability impact on the affected Drupal installation.
The referenced Drupal security advisory SA-CORE-2026-004 and CISA Known Exploited Vulnerabilities catalog entry direct administrators to apply the listed patches that remediate the flaw in each affected branch.
The EPSS score rose from a low baseline after disclosure to a peak of 0.3465 on 2026-05-31 before receding to the current value of 0.1040, and the vulnerability's presence in the CISA KEV catalog indicates confirmed real-world exploitation activity.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-31153
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Drupal Drupal core allows SQL Injection. This issue affects Drupal core: from 8.9.0 before 10.4.10, from 10.5.0 before 10.5.10, from 10.6.0 before 10.6.9, from 11.0.0 before…
more
11.1.10, from 11.2.0 before 11.2.12, from 11.3.0 before 11.3.10.
- CWE(s)
- KEV Date Added
- 22 May 2026
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct SQL injection in public-facing Drupal web application maps to exploitation of public-facing apps.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input to block crafted SQL elements before they reach the database.
Mandates prompt application of the vendor patches listed in SA-CORE-2026-004 to eliminate the SQL injection flaw in all affected Drupal branches.
Enforces access-control decisions on database queries, limiting the ability of unauthenticated input to execute arbitrary SQL even if neutralization fails.