cve/2024/CVE-2024-28106.md
2024-06-18 02:51:15 +02:00

18 lines
940 B
Markdown

### [CVE-2024-28106](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28106)
![](https://img.shields.io/static/v1?label=Product&message=phpMyFAQ&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%203.2.5%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
phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. By manipulating the news parameter in a POST request, an attacker can inject malicious JavaScript code. Upon browsing to the compromised news page, the XSS payload triggers. This vulnerability is fixed in 3.2.6.
### POC
#### Reference
- https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-6p68-36m6-392r
#### Github
No PoCs found on GitHub currently.