cve/2024/CVE-2024-28852.md

18 lines
972 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-28852](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28852)
![](https://img.shields.io/static/v1?label=Product&message=ampache&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%206.3.1%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
Ampache is a web based audio/video streaming application and file manager. Ampache has multiple reflective XSS vulnerabilities,this means that all forms in the Ampache that use `rule` as a variable are not secure. For example, when querying a song, when querying a podcast, we need to use `$rule` variable. This vulnerability is fixed in 6.3.1
### POC
#### Reference
- https://github.com/ampache/ampache/security/advisories/GHSA-g7hx-hm68-f639
#### Github
No PoCs found on GitHub currently.