Cyber Resilience

CVE-2025-23501

High

Published: 16 January 2025

Published
16 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0014 33.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23501 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.7th 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-2025-23501 is a Cross-Site Request Forgery (CSRF) vulnerability in the SpruceJoy Cookie Consent & Autoblock for GDPR/CCPA WordPress plugin (cookie-consent-autoblock). The flaw allows for Stored Cross-Site Scripting (XSS) and affects all versions up to and including 1.0.1. It carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) and maps to CWE-352.

Unauthenticated attackers can exploit this over the network with low attack complexity, though it requires user interaction. By tricking a site administrator or other privileged user into visiting a malicious webpage, an attacker can forge a request to perform an administrative action that injects and stores a malicious XSS payload. The stored script then executes in the context of the site's scope for subsequent visitors, enabling limited impacts such as low confidentiality, integrity, and availability violations, including potential session hijacking or data theft.

Advisories, including the Patchstack database entry at https://patchstack.com/database/Wordpress/Plugin/cookie-consent-autoblock/vulnerability/wordpress-cookie-consent-autoblock-for-gdpr-ccpa-plugin-1-0-1-csrf-to-stored-cross-site-scripting-xss-vulnerability?_s_id=cve, provide further details on the vulnerability. Security practitioners should review these for recommended mitigations, such as updating the plugin or implementing CSRF protections.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in SpruceJoy Cookie Consent & Autoblock for GDPR/CCPA cookie-consent-autoblock allows Stored XSS.This issue affects Cookie Consent & Autoblock for GDPR/CCPA: from n/a through <= 1.0.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.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

The CSRF vulnerability in the public-facing WordPress plugin directly enables exploitation via T1190 (Exploit Public-Facing Application). The stored XSS payload facilitates T1185 (Browser Session Hijacking) through execution in visitors' browsers, enabling session theft and data exfiltration as described.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-23900Shared CWE-352
CVE-2026-29784Shared CWE-352
CVE-2025-25140Shared CWE-352
CVE-2025-23567Shared CWE-352
CVE-2025-31443Shared CWE-352
CVE-2025-31444Shared CWE-352
CVE-2025-22690Shared CWE-352
CVE-2025-26577Shared CWE-352
CVE-2025-30587Shared CWE-352
CVE-2025-23426Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 requires session authenticity protections like CSRF tokens, directly preventing forged requests that inject stored XSS payloads in this WordPress plugin vulnerability.

prevent

SI-10 enforces input validation to reject malicious XSS payloads submitted via forged CSRF requests, blocking the core injection mechanism.

prevent

SI-15 applies output filtering to sanitize and prevent execution of any stored XSS payloads from this CSRF-vectored injection when rendered to users.

References