CVE-2025-0209
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-10-06
Assigner: WSO2 LLC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wso2 | identity_server | 7.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. |
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 account registration flow of WSO2 Identity Server. It occurs because the server does not properly encode output, allowing an attacker to inject malicious JavaScript code that is reflected back in the server's response and executed in the victim's browser.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can redirect users to malicious websites, alter the user interface, or steal data from the victim's browser. However, session hijacking risk is reduced because sensitive cookies are protected with the httpOnly flag.