CVE-2026-9082
Deferred
Deferred - Pending Action
SQL Injection in Drupal Core
Publication date: 2026-05-20
Last updated on: 2026-05-22
Assigner: Drupal.org
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| drupal | drupal | From 10.5.0 (inc) to 10.5.10 (exc) |
| drupal | drupal | From 10.6.0 (inc) to 10.6.9 (exc) |
| drupal | drupal | From 11.0.0 (inc) to 11.1.10 (exc) |
| drupal | drupal | From 11.2.0 (inc) to 11.2.12 (exc) |
| drupal | drupal | From 11.3.0 (inc) to 11.3.10 (exc) |
| drupal | drupal | From 8.9.0 (inc) to 10.4.10 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |