CVE-2025-67930
Published: 08 January 2026
Summary
CVE-2025-67930 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-67930 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (CWE-79), in the Vernon Systems Limited eHive Search (ehive-search) WordPress plugin. This issue affects eHive Search versions from n/a through 2.5.0. The vulnerability 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), indicating network accessibility, low attack complexity, no required privileges, user interaction dependency, changed scope, and low impacts across confidentiality, integrity, and availability.
Unauthenticated remote attackers can exploit this vulnerability by crafting malicious input that is reflected in web page generation without proper neutralization. Exploitation requires a victim to interact, such as by visiting a maliciously crafted link or page, enabling the attacker to inject and execute arbitrary scripts in the victim's browser context.
Patchstack's advisory documents the Cross-site Scripting vulnerability in the WordPress eHive Search plugin up to version 2.5.0, providing details on the issue in its vulnerability database.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1554
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Vernon Systems Limited eHive Search ehive-search allows Reflected XSS.This issue affects eHive Search: from n/a through <= 2.5.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of web apps (T1190) to run arbitrary JavaScript via crafted links (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input before it is used in web page generation, blocking the reflected XSS payload in eHive Search.
Requires filtering or encoding of information sent to users, preventing malicious script from being reflected and executed in the victim's browser context.
Can be configured to inspect and block malicious script content in HTTP responses or at the web application layer for this plugin.