CVE-2025-31689
Published: 31 March 2025
Summary
CVE-2025-31689 is a high-severity CSRF (CWE-352) vulnerability in General Data Protection Regulation Project General Data Protection Regulation. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 37.3% of CVEs by exploit likelihood; 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-2 (Flaw Remediation).
Deeper analysis
CVE-2025-31689 is a Cross-Site Request Forgery (CSRF) vulnerability, mapped to CWE-352, in the Drupal General Data Protection Regulation module. Published on 2025-03-31, it affects all versions from 0.0.0 before 3.0.1 and from 3.1.0 before 3.1.2. The vulnerability enables CSRF attacks against sites using this module for GDPR compliance features.
With a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H), the flaw is exploitable over the network with low complexity and no required privileges, though it demands user interaction such as visiting a malicious site. Any remote attacker can craft forged requests that, when processed on behalf of an authenticated user, result in high integrity and availability impacts, such as unauthorized modifications to GDPR data or service disruptions.
The Drupal security advisory SA-CONTRIB-2025-018 at https://www.drupal.org/sa-contrib-2025-018 provides details on mitigation, recommending upgrades to General Data Protection Regulation version 3.0.1 or 3.1.2, where the issue is addressed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-9017
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in Drupal General Data Protection Regulation allows Cross Site Request Forgery.This issue affects General Data Protection Regulation: from 0.0.0 before 3.0.1, from 3.1.0 before 3.1.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF vuln in public-facing Drupal module enables forged requests via malicious link/site visited by user (T1204.001), exploiting the web app for unauthorized actions (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Timely flaw remediation directly mitigates the CSRF vulnerability by upgrading the Drupal GDPR module to patched versions 3.0.1 or 3.1.2 as recommended in the security advisory.
Session authenticity mechanisms, such as anti-CSRF tokens, prevent forged requests from being processed on behalf of authenticated users exploiting this CSRF flaw.
Information input validation ensures proper checking of request parameters, including CSRF tokens, to block malicious forged requests targeting the GDPR module.