### [CVE-2024-28107](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28107) ![](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-89%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen) ### Description phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. A SQL injection vulnerability has been discovered in the `insertentry` & `saveentry` when modifying records due to improper escaping of the email address. This allows any authenticated user with the rights to add/edit FAQ news to exploit this vulnerability to exfiltrate data, take over accounts and in some cases, even achieve RCE. This vulnerability is fixed in 3.2.6. ### POC #### Reference - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-2grw-mc9r-822r #### Github No PoCs found on GitHub currently.