CVE-2026-2445
Received
Received - Intake
Reflected Cross-Site Scripting in Product
Vulnerability report for CVE-2026-2445, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-20
Last updated on: 2026-07-20
Assigner: WSO2 LLC
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wso2 | api_control_plane | 4.6.0 |
| wso2 | api_control_plane | 4.5.0 |
| wso2 | api_manager | 4.6.0 |
| wso2 | api_manager | 4.5.0 |
| wso2 | api_manager | 4.4.0 |
| wso2 | api_manager | 4.3.0 |
| wso2 | api_manager | 4.2.0 |
| wso2 | identity_server | 7.2.0 |
| wso2 | identity_server | 7.1.0 |
| wso2 | identity_server | 7.0.0 |
| wso2 | identity_server | 6.1.0 |
| wso2 | identity_server | 6.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |