Cyber Resilience

CVE-2025-25088

High

Published: 07 February 2025

Published
07 February 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.0006 19.6th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-25088 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 Malicious Link (T1204.001); ranked at the 19.6th 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-25088 is a Cross-Site Request Forgery (CSRF) vulnerability, corresponding to CWE-352, in the blackus3r WP Keyword Monitor WordPress plugin (wp-keyword-monitor). The issue affects all versions from n/a through 1.0.5 and was published on 2025-02-07. 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), indicating network accessibility, low attack complexity, no required privileges, user interaction, changed scope, and low impacts to confidentiality, integrity, and availability.

An unauthenticated attacker can exploit this CSRF vulnerability over the network by tricking an authenticated user, such as a site administrator, into submitting a malicious request through a forged webpage or link. This could enable the attacker to perform unauthorized actions on behalf of the victim within the plugin's context.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp-keyword-monitor/vulnerability/wordpress-wp-keyword-monitor-plugin-1-0-5-csrf-to-stored-xss-vulnerability?_s_id=cve describes the flaw as a CSRF-to-stored-XSS vulnerability in WP Keyword Monitor version 1.0.5.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in blackus3r WP Keyword Monitor wp-keyword-monitor allows Cross Site Request Forgery.This issue affects WP Keyword Monitor: from n/a through <= 1.0.5.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

CSRF vulnerability enables attacker to inject stored XSS payload via malicious link (T1204.001) tricking authenticated user, which then facilitates arbitrary JavaScript execution in browser context (T1059.007).

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

CVEs Like This One

CVE-2025-27277Shared CWE-352
CVE-2025-31613Shared CWE-352
CVE-2025-23677Shared CWE-352
CVE-2025-23497Shared CWE-352
CVE-2025-26569Shared CWE-352
CVE-2025-27355Shared CWE-352
CVE-2025-23537Shared CWE-352
CVE-2025-23870Shared CWE-352
CVE-2025-31569Shared CWE-352
CVE-2025-25769Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 enforces session authenticity mechanisms like anti-CSRF tokens, directly preventing forged requests that exploit this CSRF vulnerability.

prevent

SI-10 requires validation of information inputs, including CSRF tokens and payloads, blocking malicious requests and stored XSS injections enabled by this vulnerability.

prevent

SI-15 filters information outputs to prevent execution of stored XSS payloads that can result from successful CSRF exploitation in this vulnerability.

References