CVE-2026-2445
The affected product accepts user-supplied input within a URL parameter without enforcing expected sanitization or encoding before rendering
CVSS
6.1
Medium
EPSS
0.1%
p4
KEV
—
Exploit Today
1
0-100
Published: Jul 20, 2026 · Last modified: Jul 20, 2026 · CWE-79
Not enough EPSS history yet.
The affected product accepts user-supplied input within a URL parameter without enforcing expected sanitization or encoding before rendering it within the response. This condition allows for the injection of malicious JavaScript payloads. An attacker can leverage this vulnerability to cause the user's browser to redirect to a malicious website, modify the user interface of the webpage, or retrieve sensitive information from the browser. However, the impact is mitigated for session hijacking as all session-related sensitive cookies are protected by the httpOnly flag.