CVE-2025-5770
BaseFortify
Publication date: 2025-11-05
Last updated on: 2025-11-13
Assigner: WSO2 LLC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wso2 | api_control_plane | 4.5.0 |
| wso2 | api_manager | 4.2.0 |
| wso2 | api_manager | 4.3.0 |
| wso2 | api_manager | 4.4.0 |
| wso2 | api_manager | 4.5.0 |
| wso2 | identity_server | 6.0.0 |
| wso2 | identity_server | 6.1.0 |
| wso2 | identity_server | 7.0.0 |
| wso2 | identity_server | 7.1.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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected cross-site scripting (XSS) issue in the authentication endpoints of multiple WSO2 products. It occurs because the application does not properly encode output, allowing an attacker to inject arbitrary JavaScript code into the authentication response. This malicious code is then executed in the victim's browser when they interact with the affected endpoint.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to redirection of users to malicious websites, manipulation of the user interface, or unauthorized access to data within the victim's browser. However, session hijacking is mitigated because session cookies are protected with the httpOnly flag, preventing attackers from stealing session cookies via this attack vector.