Vulnerability Description
phpMyFAQ before 4.1.2 contains an unauthenticated SQL injection vulnerability in BuiltinCaptcha::garbageCollector() and BuiltinCaptcha::saveCaptcha() methods that interpolate unsanitized User-Agent headers into DELETE and INSERT queries. Unauthenticated attackers can exploit the public GET /api/captcha endpoint by crafting malicious User-Agent headers to perform time-based blind SQL injection, extracting sensitive data including user credentials, admin tokens, and SMTP credentials from the database.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/thorsten/phpMyFAQ/commit/b9f25109fddb38eee19987183798638d0794
- https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-289f-fq7w-6q2w
- https://www.vulncheck.com/advisories/phpmyfaq-sql-injection-via-user-agent-heade
FAQ
What is CVE-2026-46364?
CVE-2026-46364 is a vulnerability with a CVSS score of 9.8 (CRITICAL). phpMyFAQ before 4.1.2 contains an unauthenticated SQL injection vulnerability in BuiltinCaptcha::garbageCollector() and BuiltinCaptcha::saveCaptcha() methods that interpolate unsanitized User-Agent he...
How severe is CVE-2026-46364?
CVE-2026-46364 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-46364?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.