phpMyFAQ versions 3.1.0 through 4.1.6 contain an authentication bypass vulnerability in AuthLdap::create(). When LDAP authentication is enabled, after a successful LDAP bind the code calls User::setStatus('active') unconditionally, which overwrites the account_status column of a pre-existing local account from 'blocked' to 'active'. As a result, a user whose local phpMyFAQ account has been administratively blocked can restore their account and log in by authenticating via LDAP. The state transition is not logged, so administrators cannot detect that the block was overridden. Fixed in 4.1.7.
References
| Link | Resource |
|---|---|
| https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-8pr3-q3cw-q234 | Exploit Vendor Advisory |
| https://www.vulncheck.com/advisories/phpmyfaq-through-authentication-bypass-via-ldap | Third Party Advisory |
| https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-8pr3-q3cw-q234 | Exploit Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-08-19 14:17
Updated : 2026-09-01 15:22
NVD link : CVE-2026-76208
Mitre link : CVE-2026-76208
CVE.ORG link : CVE-2026-76208
JSON object : View
Products Affected
phpmyfaq
- phpmyfaq
CWE
CWE-778
Insufficient Logging
