CVE-2025-67932
Published: 08 January 2026
Summary
CVE-2025-67932 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 7.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-67932 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as CWE-79, enabling Reflected Cross-site Scripting (XSS) in the Listeo Core WordPress plugin developed by purethemes. The issue affects all versions of Listeo Core from n/a through those prior to 2.0.19. Published on 2026-01-08, it 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 high severity due to its network accessibility and scope change.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity by crafting malicious input that gets reflected in dynamically generated web pages. Exploitation requires user interaction, such as a victim clicking a specially crafted link or visiting a malicious site. Successful attacks allow script execution in the victim's browser within the context of the vulnerable site, potentially leading to low-impact confidentiality, integrity, and availability effects, such as session hijacking or data theft from the affected user.
The Patchstack advisory recommends updating to Listeo Core version 2.0.19 or later, where the vulnerability is addressed. No additional mitigations are specified in the provided reference.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1544
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in purethemes Listeo Core listeo-core allows Reflected XSS.This issue affects Listeo Core: from n/a through < 2.0.19.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables T1190 exploitation and facilitates T1185 via script execution for session hijacking.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted input before it is reflected into web page output, blocking the reflected XSS payload at its source.
Requires filtering or encoding of information sent to users, preventing malicious scripts from being executed in the victim's browser context.
Enforces information flow rules that can mandate sanitization or transformation of data crossing trust boundaries before it is rendered in responses.