CVE-2026-34973
MEDIUM EPSS 25.4%
Published Apr 2, 20263mo ago · Modified Jun 17, 20262w ago
6.9 CVSS 4.0
Published Apr 2, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
25.4% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-943
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| phpmyfaq | phpmyfaq | 4.1.0 | any |
References 2
- github.com https://github.com/thorsten/phpMyFAQ/releases/tag/4.1.1
- github.com https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-gcp9-5jc8-976x
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.