From 9a2a2d342c5ddb6a89a4566911d0422cc826cb54 Mon Sep 17 00:00:00 2001 From: orbegam Date: Wed, 10 Jun 2026 11:23:00 +0300 Subject: [PATCH] Improve GHSA-ghwc-95x2-682j --- .../GHSA-ghwc-95x2-682j.json | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 advisories/unreviewed/2026/05/GHSA-ghwc-95x2-682j/GHSA-ghwc-95x2-682j.json diff --git a/advisories/unreviewed/2026/05/GHSA-ghwc-95x2-682j/GHSA-ghwc-95x2-682j.json b/advisories/unreviewed/2026/05/GHSA-ghwc-95x2-682j/GHSA-ghwc-95x2-682j.json new file mode 100644 index 0000000000000..7c313cfe858c0 --- /dev/null +++ b/advisories/unreviewed/2026/05/GHSA-ghwc-95x2-682j/GHSA-ghwc-95x2-682j.json @@ -0,0 +1,143 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ghwc-95x2-682j", + "modified": "2026-05-20T21:32:36Z", + "published": "2026-05-20T21:31:32Z", + "aliases": [ + "CVE-2026-9082" + ], + "summary": "SQL Injection in Drupal Core", + "details": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Drupal Drupal core allows SQL Injection.\n\nThis 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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.9.0" + }, + { + "fixed": "10.4.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.6.0" + }, + { + "fixed": "10.6.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.1.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.2.0" + }, + { + "fixed": "11.2.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.3.0" + }, + { + "fixed": "11.3.10" + } + ] + } + ] + } + ], + "references": [], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2026-05-20T20:16:41Z" + } +} \ No newline at end of file