SQL Injection Vulnerability in phpMyFAQ Web Application
CVE-2026-34973
6.9MEDIUM
What is CVE-2026-34973?
phpMyFAQ, an open-source FAQ web application, contains a vulnerability in the searchCustomPages() method, which fails to adequately sanitize input for SQL LIKE queries. The method uses real_escape_string() to escape search terms; however, it does not account for SQL LIKE metacharacters such as % and _. This oversight allows malicious actors to inject these wildcards, leading to unintended records being matched and potentially revealing sensitive information. The issue has been addressed in phpMyFAQ version 4.1.1, emphasizing the importance of keeping software up to date to mitigate such security risks.
Affected Version(s)
phpMyFAQ < 4.1.1
