Cyber Posture

CVE-2025-28899

High

Published: 26 March 2025

Published
26 March 2025
Modified
23 April 2026
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.0023 45.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-28899 is a high-severity Cross-site Scripting (CWE-79) 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 45.2th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Threat & Defense at a Glance

What attackers do: exploitation maps to Malicious Link (T1204.001) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly requires input validation to neutralize untrusted inputs like those exploited in this reflected XSS vulnerability before they are processed or reflected in web pages.

prevent

SI-15 mandates output filtering and encoding to prevent reflected malicious scripts from executing in the victim's browser context.

prevent

SI-2 ensures timely remediation of flaws such as this specific XSS vulnerability in the WP Event Ticketing plugin through patching.

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.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

Reflected XSS allows arbitrary JavaScript execution in the victim's browser when a malicious link is clicked, directly facilitating user execution via malicious links and browser session hijacking.

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

NVD Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in toddhuish WP Event Ticketing wpeventticketing allows Reflected XSS.This issue affects WP Event Ticketing: from n/a through <= 1.3.4.

Deeper analysisAI

CVE-2025-28899 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as CWE-79, enabling Reflected Cross-site Scripting (XSS) in the WP Event Ticketing plugin (wpeventticketing) developed by toddhuish for WordPress. This issue affects all versions of the plugin from n/a through 1.3.4, as published on 2025-03-26.

The vulnerability 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 it is exploitable over the network with low attack complexity, no required privileges, and user interaction such as clicking a malicious link. Remote attackers can deliver payloads via reflected inputs, achieving low impacts on confidentiality, integrity, and availability with a changed scope, typically allowing execution of arbitrary JavaScript in the victim's browser context.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wpeventticketing/vulnerability/wordpress-wp-event-ticketing-plugin-1-3-4-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.

Details

CWE(s)

CVEs Like This One

CVE-2025-28924Shared CWE-79
CVE-2026-25018Shared CWE-79
CVE-2025-23520Shared CWE-79
CVE-2025-24686Shared CWE-79
CVE-2025-22332Shared CWE-79
CVE-2025-68880Shared CWE-79
CVE-2024-13918Shared CWE-79
CVE-2025-12551Shared CWE-79
CVE-2025-23609Shared CWE-79
CVE-2025-23836Shared CWE-79

References