Cyber Resilience

CVE-2025-1436

HighPublic PoC

Published: 13 March 2025

Published
13 March 2025
Modified
06 October 2025
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.0007 21.6th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1436 is a high-severity CSRF (CWE-352) vulnerability in Rivercitygraphix Limit Bio. 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 21.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1436 is a cross-site request forgery (CSRF) vulnerability in the Limit Bio WordPress plugin through version 1.0, associated with CWE-352. The plugin lacks CSRF checks when updating its settings and fails to properly sanitize or escape inputs, enabling the injection of stored cross-site scripting (XSS) payloads. Published on March 13, 2025, 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), reflecting network accessibility, low complexity, no privileges required, user interaction needed, and scope change with low impacts across confidentiality, integrity, and availability.

An attacker can exploit this remotely without authentication by crafting a malicious webpage that, when visited by a logged-in WordPress administrator, triggers a CSRF request to update the plugin settings. This injects a stored XSS payload, which persists and executes in the context of other users or admins viewing affected pages, potentially leading to session hijacking, data theft, or further site compromise.

The WPScan advisory at https://wpscan.com/vulnerability/849ed0a0-be17-43cf-a3a1-ad54dfb33d57/ provides details on the vulnerability, including recommended mitigations.

EU & UK References

Vulnerability details

The Limit Bio WordPress plugin through 1.0 does not have CSRF check when updating its settings, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF…

more

attack.

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

The CVE describes a remote CSRF vulnerability in a public-facing WordPress plugin that enables injection of stored XSS payloads, directly mapping to exploitation of public-facing applications (T1190) and JavaScript execution via the XSS (T1059.007).

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

CVEs Like This One

CVE-2024-13884Same product: Rivercitygraphix Limit Bio
CVE-2025-28931Shared CWE-352
CVE-2025-23980Shared CWE-352
CVE-2025-23710Shared CWE-352
CVE-2025-23822Shared CWE-352
CVE-2025-25128Shared CWE-352
CVE-2025-31616Shared CWE-352
CVE-2025-23483Shared CWE-352
CVE-2025-23817Shared CWE-352
CVE-2025-23446Shared CWE-352

Affected Assets

rivercitygraphix
limit bio
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 enforces session authenticity mechanisms like CSRF tokens, directly preventing unauthorized setting updates via forged requests from malicious webpages.

prevent

SI-10 requires validation of information inputs, addressing the plugin's lack of sanitization and blocking injection of stored XSS payloads.

prevent

SI-15 mandates output filtering and escaping, preventing execution of any stored XSS payloads injected into plugin settings.

References