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 11.1.10, from 11.2.0 before 11.2.12, from 11.3.0 before 11.3.10.
Security readout for executives and security teams
Plain-English summary
This is a critical SQL injection vulnerability in Drupal core. An unauthenticated remote attacker may be able to affect confidentiality, integrity, and availability of a vulnerable Drupal site. CISA KEV status indicates exploitation has been observed. Public Drupal sites on affected versions should be treated as urgent remediation targets.
Executive priority
Treat this as an emergency patching issue for any public Drupal estate. The combination of critical severity, unauthenticated network reachability, and CISA KEV listing creates high business risk. Confirm ownership, patch status, and monitoring coverage quickly, then validate that no exposed Drupal core instance remains vulnerable.
Technical view
CVE-2026-9082 is CWE-89 in Drupal core with CVSS 9.8, vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. Affected ranges include Drupal core from 8.9.0 before 10.4.10, 10.5.0 before 10.5.10, 10.6.0 before 10.6.9, 11.0.0 before 11.1.10, 11.2.0 before 11.2.12, and 11.3.0 before 11.3.10.
Likely exposure
Internet-facing Drupal core installations in the listed affected ranges are the primary concern. Exposure is especially likely where Drupal sites are public, unpatched, or hard to inventory. The provided sources do not identify a specific route, module, configuration, or hosting condition beyond Drupal core version exposure.
Exploitation context
CISA KEV status supports that this vulnerability is known exploited. The source bundle does not provide exploitation volume, indicators, payload details, or the vulnerable Drupal component. Treat affected public sites as potentially targeted while avoiding assumptions about specific attacker behavior not shown in the sources.
Researcher notes
The public bundle establishes product, affected ranges, CVSS, CWE, and KEV status, but not the vulnerable code path or exploit mechanics. Researchers should focus on safe version validation, asset discovery, advisory tracking, and evidence review. Do not infer affected contributed modules or mitigations not named by Drupal.
Mitigation direction
Upgrade Drupal core to the fixed release for the deployed branch.
Use Drupal SA-CORE-2026-004 as the authoritative remediation reference.
Prioritize public and unauthenticated Drupal sites first.
If immediate upgrade is impossible, reduce exposure and monitor vendor guidance.
Review recent site, database, and authentication activity for anomalies.
Validation and detection
Inventory all Drupal core versions across production, staging, and legacy sites.
Confirm no instance runs within the affected version ranges.
Verify patched sites report the expected fixed Drupal core version.
Check CISA KEV status and internal vulnerability records for tracking.
Review logs for unusual database errors or unexpected content changes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.