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 19.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.
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.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)