CVE-2024-13284
Published: 09 January 2025
Summary
CVE-2024-13284 is a high-severity CSRF (CWE-352) vulnerability in Drupalgutenberg Gutenberg. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-13284 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the Drupal Gutenberg module. This issue affects all versions of the Gutenberg module from 0.0.0 before 2.13.0, as well as versions from 3.0.0 before 3.0.5. The vulnerability was published on 2025-01-09 and carries a CVSS v3.1 base score of 8.8 (High).
The vulnerability can be exploited remotely (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N) but user interaction (UI:R) and resulting in unchanged scope (S:U). An attacker can trick an authenticated user into performing unintended actions on a Drupal site with the Gutenberg module enabled, potentially achieving high impacts on confidentiality (C:H), integrity (I:H), and availability (A:H).
Drupal's security advisory SA-CONTRIB-2024-048, available at https://www.drupal.org/sa-contrib-2024-048, provides details on the vulnerability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51497
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in Drupal Gutenberg allows Cross Site Request Forgery.This issue affects Gutenberg: from 0.0.0 before 2.13.0, from 3.0.0 before 3.0.5.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF vulnerability in Drupal Gutenberg module enables exploitation of public-facing web application to perform unauthorized state-changing actions on behalf of tricked authenticated users with 'use gutenberg' permission.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates this CSRF vulnerability by requiring identification, reporting, and timely patching of the flaw in Drupal Gutenberg module versions prior to 2.13.0 and 3.0.5.
Protects the authenticity of communications sessions to prevent attackers from tricking authenticated users into executing unintended actions via forged requests.
Requires validation of inputs such as anti-CSRF tokens to block forged cross-site requests targeting the Gutenberg module.