cve/2024/CVE-2024-25976.md
2024-06-22 09:37:59 +00:00

19 lines
1.0 KiB
Markdown

### [CVE-2024-25976](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25976)
![](https://img.shields.io/static/v1?label=Product&message=HAWKI&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
When LDAP authentication is activated in the configuration it is possible to obtain reflected XSS execution by creating a custom URL that the victim only needs to open in order to execute arbitrary JavaScript code in the victim's browser. This is due to a fault in the file login.php where the content of "$_SERVER['PHP_SELF']" is reflected into the HTML of the website. Hence the attacker does not need a valid account in order to exploit this issue.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2024/May/34
- https://r.sec-consult.com/hawki
#### Github
No PoCs found on GitHub currently.