CVE-2025-69056
Published: 22 January 2026
Summary
CVE-2025-69056 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 Exploit Public-Facing Application (T1190); ranked at the 20.3th 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).
Deeper analysis
CVE-2025-69056 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the e-plugins Hotel Listing (hotel-listing) WordPress plugin. This issue affects all versions from n/a through 1.4.0, as published on 2026-01-22 with 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 by any network-accessible attacker with low attack complexity, requiring no privileges but relying on user interaction, such as a victim clicking a malicious link or visiting a crafted page. Successful exploitation changes the security scope, enabling limited impacts on confidentiality, integrity, and availability, typically allowing arbitrary JavaScript execution in the victim's browser within the site's context to steal session data or perform other client-side actions.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/hotel-listing/vulnerability/wordpress-hotel-listing-plugin-1-4-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve documents this Reflected XSS vulnerability in the Hotel Listing plugin version 1.4.0.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3934
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in e-plugins Hotel Listing hotel-listing allows Reflected XSS.This issue affects Hotel Listing: from n/a through <= 1.4.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of internet-facing web apps (T1190) and arbitrary JavaScript execution in browser (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of all web inputs before reflection into HTML responses, blocking the reflected XSS payload in hotel-listing <=1.4.0.
Mandates output filtering/encoding of untrusted data rendered in web pages, neutralizing the reflected script before it executes in the victim's browser.
Deploys malicious-code detection mechanisms that can identify and block common reflected XSS script patterns delivered via crafted URLs.