PatchSiren cyber security CVE debrief
CVE-2026-76208 thorsten CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T14:17:46.220Z and has not been modified since then. CVE-2026-76208 is an authentication bypass vulnerability in phpMyFAQ versions 3.1.0 through 4.1.6. 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. To verify, defenders should review LDAP authentication configurations, check for patched versions, and monitor login activity for unusual patterns. Additional verification steps include reviewing system logs for account status changes and ensuring that LDAP authentication is properly configured.
- Vendor
- thorsten
- Product
- phpMyFAQ
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-01
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-01
Who should care
Administrators and users of phpMyFAQ instances, especially those with LDAP authentication enabled, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and adjusting LDAP authentication configurations, monitoring for unusual login activity, and considering implementing additional authentication factors. Security teams should prioritize patching phpMyFAQ instances to prevent potential authentication bypass and review compensating controls for exposed systems while remediation is scheduled and verified. Vulnerability management teams should track exceptions, retest remediated assets, and close the item only after evidence is documented. Operators of phpMyFAQ instances should confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. Platform administrators should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. Asset inventory managers should check relevant monitoring, detection, and logs for exposed assets that need extra review. Change management teams should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. Security teams should consider implementing additional authentication factors and compensating controls for exposed systems while remediation is scheduled and verified. Security teams should also review system logs for account status changes and ensure that LDAP authentication is properly configured. Security teams should also consider tracking exceptions, retesting remediated assets, and closing the item only after evidence is documented. Security teams should also consider confirming whether affected product deployments exist in managed environments and assigning an owner for follow-up. Security teams should also consider planning vendor-supported updates or mitigations through normal change control where exposure is confirmed. Security teams should also consider checking relevant monitoring, detection, and logs for exposed assets that need extra review. Security teams should also consider reviewing compensating controls for exposed systems while remedi
Technical 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'. This allows previously blocked users to regain access without proper authorization. The vulnerability is fixed in version 4.1.7. To mitigate, administrators should patch phpMyFAQ instances to version 4.1.7 or later and review LDAP authentication configurations.
Defensive priority
Administrators should prioritize patching phpMyFAQ instances to prevent potential authentication bypass.
Recommended defensive actions
- Patch phpMyFAQ to version 4.1.7 or later
- Review and adjust LDAP authentication configurations
- Monitor for unusual login activity
- Consider implementing additional authentication factors
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE-2026-76208 record indicates phpMyFAQ versions 3.1.0 through 4.1.6 have an authentication bypass vulnerability when LDAP authentication is enabled. A successful LDAP bind unconditionally sets the account status to 'active', potentially allowing blocked users to regain access. The state transition is not logged. To verify, defenders should review LDAP authentication configurations, check for patched versions, and monitor login activity for unusual patterns. Additional verification steps include reviewing system logs for account status changes and ensuring that LDAP authentication is properly configured.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-76208 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-76208
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-76208 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-76208
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-8pr3-q3cw-q234
[email protected] - Exploit, Vendor Advisory
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/phpmyfaq-through-authentication-bypass-via-ldap
[email protected] - Third Party Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.