SA-CORE-2024-007: Critical severity Drupal Drupal vulnerability
Drupal core contains a potential PHP Object Injection vulnerability that (if combined with another exploit) could lead to Remote Code Execution. It 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. To help protect against this potential vulnerability, types have been added to properties in some of Drupal core's classes. If an application extends those classes, the same types may need to be specified on the subclass to avoid a TypeError.
Credit
Affected Software
Event History
Frequently Asked Questions
What is the severity of SA-CORE-2024-007?
SA-CORE-2024-007 has a moderate severity rating due to the potential for Remote Code Execution when combined with another vulnerability.
How do I fix SA-CORE-2024-007?
To mitigate SA-CORE-2024-007, upgrade Drupal core to versions 10.2.12, 10.3.10, or 11.0.9 or later.
Is SA-CORE-2024-007 directly exploitable?
No, SA-CORE-2024-007 is not directly exploitable without the presence of another vulnerability.
Which versions of Drupal are affected by SA-CORE-2024-007?
Drupal versions up to 10.2.11, 10.3.9, and 11.0.8 are affected by SA-CORE-2024-007.
What type of vulnerability is SA-CORE-2024-007?
SA-CORE-2024-007 is a potential PHP Object Injection vulnerability.