CVE-2026-6366
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
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: mlhess@drupal.org — https://www.drupal.org/sa-core-2026-002
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Packagist | drupal/core | >=8.0.0,<10.5.9||>=10.6.0,<10.6.7||>=11.0.0,<11.2.11||>=11.3.0,<11.3.7 | 10.5.9 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| drupal | drupal | {"startIncluding":"8.0.0","endExcluding":"10.5.9"} | 10.5.9 |
References
CWEs
CWE-915
Verify integrity in audit chain (admin only). AS-IS.