SQL Injection Affecting thorsten/phpmyfaq package, versions >=3.2.5, <3.2.6
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PHP-THORSTENPHPMYFAQ-6501723
- published 27 Mar 2024
- disclosed 25 Mar 2024
- credit kevinnivekkevin
Introduced: 25 Mar 2024
CVE-2024-28107 Open this link in a new tabHow to fix?
Upgrade thorsten/phpmyfaq
to version 3.2.6 or higher.
Overview
thorsten/phpmyfaq is a FAQ system for PHP and MySQL, PostgreSQL and other databases
Affected versions of this package are vulnerable to SQL Injection due to improper escaping of the email address in the insertentry
and saveentry
functions. An attacker can execute malicious SQL queries, potentially leading to data exfiltration, account takeover, and even remote code execution by modifying the email and notes parameters in the body of a POST request. This is only exploitable if the attacker is an authenticated user with the rights to add/edit FAQ news.