---
cve: "CVE-2026-34973"
severity: "MEDIUM"
cvss: 6.9
epss: "34%"
vendor: "thorsten"
kev: false
exploited: false
published: "2026-04-02 15:16:51"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-05T17:53:01+02:00"
---

# CVE-2026-34973

> 6.9 MEDIUM · 🧪 PoC

## Beschreibung

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-Vektor

```
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
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- f791858b2aa4b811f5b19d10c20ba5c4a30786de (Commit)

## Referenzen

- <https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-gcp9-5jc8-976x>
- <https://github.com/thorsten/phpMyFAQ/releases/tag/4.1.1>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-34973) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
