CVE-2024-13875
Published: 20 March 2025
Summary
CVE-2024-13875 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Mantus667 Wp-Pmanager. 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.0th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires filtering of information prior to output, directly mitigating the reflected XSS by preventing unsanitized user input from executing malicious JavaScript in users' browsers.
Enforces validation of user-supplied inputs like the vulnerable parameter, blocking malicious payloads before they are reflected in the page output.
Mandates timely flaw remediation, such as updating the WP-PManager plugin beyond version 1.2 to address the sanitization and escaping deficiency.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin enables remote exploitation (T1190) to execute arbitrary JavaScript (T1059.007) in admin browser sessions, directly facilitating web session cookie theft (T1539).
NVD Description
The WP-PManager WordPress plugin through 1.2 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
Deeper analysisAI
CVE-2024-13875 is a reflected cross-site scripting (XSS) vulnerability affecting the WP-PManager WordPress plugin through version 1.2. The plugin fails to sanitize and escape a user-supplied parameter before outputting it back in the page, enabling attackers to inject and execute malicious JavaScript code in the context of the affected page. This issue is classified under CWE-79 (Cross-Site Scripting) and 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).
The vulnerability can be exploited remotely by any unauthenticated attacker with low attack complexity, though it requires user interaction such as clicking a malicious link. It targets high-privilege users like administrators, allowing the injected script to execute in their browser session upon interaction with the crafted payload. Successful exploitation could enable actions such as stealing session cookies, keystroke logging, or performing unauthorized operations on behalf of the victim.
Advisories, including the WPScan report at https://wpscan.com/vulnerability/82c54fb5-f1d9-4bae-a3de-d4335809b81c/, provide further details on detection and remediation for this vulnerability.
Details
- CWE(s)