### [CVE-2024-28108](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28108) ![](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) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-80%3A%20Improper%20Neutralization%20of%20Script-Related%20HTML%20Tags%20in%20a%20Web%20Page%20(Basic%20XSS)&color=brighgreen) ### Description phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Due to insufficient validation on the `contentLink` parameter, it is possible for unauthenticated users to inject HTML code to the page which might affect other users. _Also, requires that adding new FAQs is allowed for guests and that the admin doesn't check the content of a newly added FAQ._ This vulnerability is fixed in 3.2.6. ### POC #### Reference - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-48vw-jpf8-hwqh - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-48vw-jpf8-hwqh #### Github No PoCs found on GitHub currently.