cve/2024/CVE-2024-7103.md
2025-09-29 21:09:30 +02:00

18 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-7103](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-7103)
![](https://img.shields.io/static/v1?label=Product&message=WSO2%20Identity%20Server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=7.0.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20(XSS%20or%20'Cross-site%20Scripting')&color=brightgreen)
### Description
A reflected cross-site scripting (XSS) vulnerability exists in the sub-organization login flow of WSO2 Identity Server 7.0.0 due to improper input validation. A malicious actor can exploit this vulnerability to inject arbitrary JavaScript into the login flow, potentially leading to UI modifications, redirections to malicious websites, or data exfiltration from the browser.While this issue could allow an attacker to manipulate the users browser, session-related sensitive cookies remain protected with the httpOnly flag, preventing session hijacking.
### POC
#### Reference
- https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3425/
#### Github
No PoCs found on GitHub currently.