Cyber Posture

CVE-2024-13885

HighPublic PoC

Published: 13 March 2025

Published
13 March 2025
Modified
29 April 2025
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0009 25.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Description

An adversary may rely upon a user clicking a malicious link in order to gain execution.

Security Summary

CVE-2024-13885 is a reflected cross-site scripting (XSS) vulnerability in the WP e-Customers Beta WordPress plugin through version 0.0.1. The flaw arises because the plugin fails to sanitize and escape a parameter before outputting it back in the page, allowing malicious scripts to be injected and executed in a victim's browser. It has 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 is associated with CWE-79 (Improper Neutralization of Input During Web Page Generation).

Attackers can exploit this vulnerability remotely over the network without authentication by tricking a targeted user, such as a high-privilege administrator, into interacting with a maliciously crafted link or page. Successful exploitation executes arbitrary JavaScript in the victim's browser context, potentially enabling session hijacking, data theft, or further compromise of the WordPress site, with low impacts on confidentiality, integrity, and availability but elevated scope due to cross-origin effects.

Security practitioners should consult the WPScan advisory at https://wpscan.com/vulnerability/b64d17d6-8416-476e-ad78-b7b9cb85b84f/ for detailed mitigation guidance, including any available patches or workarounds. The vulnerability was published on 2025-03-13.

Details

CWE(s)
CWE-79

Affected Products

webtechglobal
wp e-customers beta
0.0.1

MITRE ATT&CK Enterprise Techniques

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?

Reflected XSS in public-facing WordPress plugin is exploited by delivering malicious links requiring user interaction to execute arbitrary JavaScript in the browser context.

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

References