cve/2024/CVE-2024-47067.md

18 lines
1016 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-47067](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47067)
![](https://img.shields.io/static/v1?label=Product&message=alist&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%203.29.0%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
AList is a file list program that supports multiple storages. AList contains a reflected cross-site scripting vulnerability in helper.go. The endpoint /i/:link_name takes in a user-provided value and reflects it back in the response. The endpoint returns an application/xml response, opening it up to HTML tags via XHTML and thus leading to a XSS vulnerability. This vulnerability is fixed in 3.29.0.
### POC
#### Reference
- https://securitylab.github.com/advisories/GHSL-2023-220_Alist/
#### Github
No PoCs found on GitHub currently.