CVE Catalog

CVE-2026-76208

HighCVSS 8.2
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

Risk of account block bypass and unauthorized system access, potentially leading to security and data integrity breaches.

Recommendation

Update phpMyFAQ to version 4.1.7 or later. Additionally, consider implementing logging of account state changes and monitoring LDAP activity.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS