๐Ÿ” CVE Alert

CVE-2026-76212

MEDIUM 5.3

phpMyFAQ before 4.1.7 LIKE Wildcard Injection via PostgreSQL

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

phpMyFAQ before 4.1.7, when configured to use PostgreSQL via the native pgsql PHP extension, declares an incorrect LIKE ESCAPE character ('=') in the Search/Database/Pgsql.php backend while escapeLikeWildcards() escapes user input with the '|' prefix. As a result, wildcard escaping is a no-op and user-supplied % and _ characters remain active LIKE wildcards. An unauthenticated attacker can submit such characters in the public FAQ search form to force maximally broad pattern matches and expensive sequential scans, resulting in a denial of service. The PDO PostgreSQL backend is not affected, and quotes remain escaped so this does not enable quote-breaking SQL injection or data exfiltration.

CWE CWE-88
Vendor thorsten
Product phpmyfaq
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for thorsten phpmyfaq

Be the first to know when new medium vulnerabilities affecting thorsten phpmyfaq are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

thorsten / phpMyFAQ
4.2.0-alpha < 4.1.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-5hx6-c293-588h vulncheck.com: https://www.vulncheck.com/advisories/phpmyfaq-before-like-wildcard-injection-via-postgresql

Credits

๐Ÿ” arpitjain099