Cyber Resilience

CVE-2025-31690

High

Published: 31 March 2025

Published
31 March 2025
Modified
02 September 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0041 61.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-31690 is a high-severity CSRF (CWE-352) vulnerability in Cache Utility Project Cache Utility. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.4% 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-10 (Information Input Validation).

Deeper analysis

CVE-2025-31690 is a Cross-Site Request Forgery (CSRF) vulnerability, mapped to CWE-352, in the Drupal Cache Utility module. This issue affects all versions of Cache Utility from 0.0.0 up to but not including 1.2.1. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), reflecting its high severity due to network accessibility, low complexity, lack of prerequisite privileges, and potential for significant impacts across confidentiality, integrity, and availability.

Attackers can exploit this vulnerability remotely by crafting malicious web pages or links that, when visited by an authenticated Drupal user, trigger forged requests to the Cache Utility module. No special privileges are required on the attacker's part, though user interaction is necessary to lure victims to the malicious content. Successful exploitation allows the attacker to perform unauthorized cache-related operations on behalf of the victim, potentially compromising sensitive data, modifying site behavior, or disrupting service availability.

The Drupal security advisory at https://www.drupal.org/sa-contrib-2025-019 details the vulnerability and recommends updating the Cache Utility module to version 1.2.1 or later as the primary mitigation. Administrators should verify installations and apply the patch promptly to prevent exploitation.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in Drupal Cache Utility allows Cross Site Request Forgery.This issue affects Cache Utility: from 0.0.0 before 1.2.1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

CSRF vulnerability in public-facing Drupal module enables unauthorized actions via forged requests triggered by attacker-crafted malicious links/pages visited by authenticated users, directly mapping to exploitation of public-facing applications and user execution via malicious links.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-25121Shared CWE-352
CVE-2025-24001Shared CWE-352
CVE-2025-25147Shared CWE-352
CVE-2026-34904Shared CWE-352
CVE-2024-26153Shared CWE-352
CVE-2025-28860Shared CWE-352
CVE-2026-45430Shared CWE-352
CVE-2025-23880Shared CWE-352
CVE-2025-59541Shared CWE-352
CVE-2026-23622Shared CWE-352

Affected Assets

cache utility project
cache utility
≤ 1.2.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely identification, reporting, and remediation of the CSRF flaw in the Drupal Cache Utility module via patching to version 1.2.1.

prevent

Enforces session authenticity mechanisms such as anti-CSRF tokens to prevent forged requests from malicious sites exploiting authenticated users.

prevent

Requires validation of all inputs, including requests to the Cache Utility module, to reject forged CSRF requests lacking proper tokens or origins.

References