CVE-2026-34973
Last modified
CVE-2026-34973 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Phpmyfaq | Phpmyfaq | 4.1.0 |
References
- https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-gcp9-5jc8-976xExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-34973?
How severe is CVE-2026-34973?
How do I fix CVE-2026-34973?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34966Gitea prior to 1.27.0 contains a server-side request forgery…8.3
- CVE-2026-34969Nhost is an open source Firebase alternative with GraphQL. P…7.5
- CVE-2026-3497Vulnerability in the OpenSSH GSSAPI delta included in variou…7.5
- CVE-2026-34970Mantis Bug Tracker (MantisBT) is an open source issue tracke…5.3
- CVE-2026-34971Wasmtime is a runtime for WebAssembly. From 32.0.0 to before…9
- CVE-2026-34972OpenFGA is a high-performance and flexible authorization/per…8.8
- CVE-2026-34974phpMyFAQ is an open source FAQ web application. Prior to ver…5.4
- CVE-2026-34975Plunk is an open-source email platform built on top of AWS S…4.3
- CVE-2026-34976Dgraph is an open source distributed GraphQL database. Prior…10
- CVE-2026-34977Aperi'Solve is an open-source steganalysis web platform. In …9.8
- CVE-2026-34978OpenPrinting CUPS is an open source printing system for Linu…6.5
- CVE-2026-34979OpenPrinting CUPS is an open source printing system for Linu…5.3
Are you affected by CVE-2026-34973?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
