216.73.216.6

CVE-2026-34973

· Published 02/04/2026 15:16 · Modified 03/04/2026 16:10

Labels: CVE-2026-34973 2026-04-02CVE-2026-34973CWE-943[email protected]

Essential information

Published
02/04/2026 15:16
Modified
03/04/2026 16:10
Author
Creator
CVSS
6.9 MEDIUM (v3) 6.9 MEDIUM (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

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.

NVD status

Status
Undergoing Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
phpmyfaq / phpmyfaq cpe:2.3:a:phpmyfaq:phpmyfaq:<4.1.1:*:*:*:*:*:*:*

References