Cyber Resilience

CVE-2024-13094

HighPublic PoC

Published: 27 January 2025

Published
27 January 2025
Modified
07 May 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.0264 86.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13094 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Wptriggers Wp Triggers Lite. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 13.9% of CVEs by exploit likelihood; 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).

Deeper analysis

CVE-2024-13094 is a reflected cross-site scripting (XSS) vulnerability in the WP Triggers Lite WordPress plugin through version 2.5.3. 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 user'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 (Cross-Site Scripting).

An unauthenticated attacker (PR:N) can exploit this vulnerability over the network (AV:N) with low complexity (AC:L) by tricking a targeted high-privilege user, such as an admin, into interacting with a maliciously crafted link or page (UI:R). Successful exploitation changes the scope (S:C) and enables limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), potentially allowing the attacker to steal session cookies, impersonate the admin, or perform other actions in the victim's browser context.

The WPScan advisories at https://wpscan.com/vulnerability/7a75809e-824e-458e-bd01-50dadcea7713/ provide detailed information on the vulnerability, including technical analysis for mitigation strategies such as updating the plugin beyond version 2.5.3 if a patched release is available. Security practitioners should review the full report for reproduction steps and remediation guidance.

EU & UK References

Vulnerability details

The WP Triggers Lite WordPress plugin through 2.5.3 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.

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.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Reflected XSS in public-facing WordPress plugin directly enables exploitation of internet-facing software (T1190) and facilitates theft of web session cookies via injected scripts (T1539).

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

CVEs Like This One

CVE-2025-27269Shared CWE-79
CVE-2026-21284Shared CWE-79
CVE-2025-23960Shared CWE-79
CVE-2026-34932Shared CWE-79
CVE-2025-26581Shared CWE-79
CVE-2024-57030Shared CWE-79
CVE-2024-40748Shared CWE-79
CVE-2026-21264Shared CWE-79
CVE-2025-22775Shared CWE-79
CVE-2025-24781Shared CWE-79

Affected Assets

wptriggers
wp triggers lite
≤ 2.5.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-15 requires filtering of information outputs before display, directly preventing reflected XSS by ensuring parameters are escaped and sanitized prior to rendering in the page.

prevent

SI-10 enforces validation of information inputs, blocking malicious scripts in parameters from being processed and reflected by the WordPress plugin.

prevent

SI-2 mandates identification and remediation of system flaws, such as updating the vulnerable WP Triggers Lite plugin beyond version 2.5.3 to eliminate the XSS vulnerability.

References