CVE-2026-34973 in phpMyFAQ
要約 (英語)
phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages() method in phpmyfaq/src/phpMyFAQ/Search.php uses real_escape_string() (via escape()) to sanitize the search term before embedding it in LIKE clauses. However, real_escape_string() does not escape SQL LIKE metacharacters % (match any sequence) and _ (match any single character). An unauthenticated attacker can inject these wildcards into search queries, causing them to match unintended records — including content that was not meant to be surfaced — resulting in information disclosure. This issue has been patched in version 4.1.1.
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
責任者
GitHub_M
予約する
2026年03月31日
公開
2026年04月02日
ステータス
確認済み
エントリ
VulDB provides additional information and datapoints for this CVE:
| 識別子 | 脆弱性 | CWE | 悪用可 | 対策 | CVE |
|---|---|---|---|---|---|
| 354897 | thorsten phpMyFAQ Search.php searchCustomPages 情報漏えい | 943 | 未定義 | 公式な修正 | CVE-2026-34973 |