CVE-2019-25372
CWE-79Published: February 15, 2026· Updated: Feb 18, 2026
Official Description
OPNsense 19.1 contains a reflected cross-site scripting vulnerability that allows unauthenticated attackers to inject malicious scripts by exploiting insufficient input validation in the host parameter. Attackers can submit crafted payloads through POST requests to diag_traceroute.php to execute arbitrary JavaScript in the context of a user's browser session.
Risk Analysis
This CVE describes a reflected cross-site scripting vulnerability in OPNsense 19.1. An unauthenticated attacker can inject malicious scripts by exploiting insufficient input validation in the host parameter of diag_traceroute.php. This can lead to arbitrary JavaScript execution in a victim's browser. The CVSS score of 6.1 (MEDIUM) indicates a moderate severity, and the very low EPSS score of 0.00033 suggests a low likelihood of widespread exploitation.
A weaponized exploit for this vulnerability is known to be circulating. The vulnerability is remotely exploitable as it does not require authentication and has low attack complexity.
Administrators should update OPNsense to a patched version to address the input validation flaw. Implementing robust input sanitization on web applications can help prevent similar XSS vulnerabilities.
Technical Analysis
CVE-2019-25372 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
Exploitation does not require any privileges, though user interaction (Required) is needed, which slightly reduces the risk of mass automated attacks.
The vulnerability has a "Changed" scope, meaning successful exploitation can impact components beyond the vulnerable component itself — such as the host operating system or adjacent services.
A weaponized exploit for CVE-2019-25372 is publicly known. This significantly lowers the barrier for threat actors and increases the urgency for remediation.
From a weakness classification perspective (CWE-79): Cross-site scripting (XSS) vulnerabilities allow attackers to inject malicious scripts into web pages viewed by other users.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
Official Patches & Advisories
All References (4)
Quick Facts
Related CVEs (CWE-79)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2019-25372 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts