cve/2023/CVE-2023-49111.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-06-22 09:37:59 +00:00
### [CVE-2023-49111](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49111)
![](https://img.shields.io/static/v1?label=Product&message=SAST&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](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=brighgreen)
### Description
For Kiuwan installations with SSO (single sign-on) enabled, an unauthenticated reflected cross-site scripting attack can be performed on the login page "login.html". This is possible due to the request parameter "message" values being directly included in a JavaScript block in the response. This is especially critical in business environments using AD SSO authentication, e.g. via ADFS, where attackers could potentially steal AD passwords.This issue affects Kiuwan SAST: <master.1808.p685.q13371
### POC
#### Reference
- https://r.sec-consult.com/kiuwan
#### Github
No PoCs found on GitHub currently.