CVE-2026-6366

medium
Published 2026-05-19 · Modified 2026-05-21
CVSS v3
6.6
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
6.6

Description

Drupal core contains a chain of methods that could be exploitable when an insecure deserialization vulnerability exists on the site. This so-called "gadget chain" presents no direct threat, but is a vector that can be used to achieve remote code execution or SQL injection if the application deserializes untrusted data due to another vulnerability. This issue is not directly exploitable. This issue is mitigated by the fact that in order for it to be exploitable, a separate vulnerability must be present to allow an attacker to pass unsafe input to `unserialize()`. There are no such known exploits in Drupal core.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: mlhess@drupal.org — https://www.drupal.org/sa-core-2026-002

Package impact

EcosystemPackageVulnerableFixed
php Packagistdrupal/core>=8.0.0,<10.5.9||>=10.6.0,<10.6.7||>=11.0.0,<11.2.11||>=11.3.0,<11.3.710.5.9

Application impact

VendorProductVersionsFixed
drupaldrupal{"startIncluding":"8.0.0","endExcluding":"10.5.9"}10.5.9

References

CWEs

CWE-915

Verify integrity in audit chain (admin only). AS-IS.