cve/2024/CVE-2024-13918.md

19 lines
962 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-13918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-13918)
![](https://img.shields.io/static/v1?label=Product&message=Laravel%20Framework&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=11.9.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)
2025-09-29 16:08:36 +00:00
### Description
The Laravel framework versions between 11.9.0 and 11.35.1 are susceptible to reflected cross-site scripting due to an improper encoding of request parameters in the debug-mode error page.
### POC
#### Reference
2025-09-29 21:09:30 +02:00
- http://www.openwall.com/lists/oss-security/2025/03/10/3
- https://github.com/sbaresearch/advisories/tree/public/2024/SBA-ADV-20241209-01_Laravel_Reflected_XSS_via_Request_Parameter_in_Debug-Mode_Error_Page
2025-09-29 16:08:36 +00:00
#### Github
- https://github.com/defHawk-tech/CVEs