cve/2024/CVE-2024-29183.md

18 lines
966 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-29183](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29183)
![](https://img.shields.io/static/v1?label=Product&message=openrasp&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%3D1.3.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
### Description
OpenRASP is a RASP solution that directly integrates its protection engine into the application server by instrumentation. There exists a reflected XSS in the /login page due to a reflection of the redirect parameter. This allows an attacker to execute arbitrary javascript with the permissions of a user after the user logins with their account.
### POC
#### Reference
- https://securitylab.github.com/advisories/GHSL-2023-253_openrasp
#### Github
No PoCs found on GitHub currently.