CVE-2026-56737
Deferred
Deferred - Pending Action
Authentication Bypass in phpMyFAQ via TOTP Verification
Vulnerability report for CVE-2026-56737, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-24
Last updated on: 2026-09-24
Assigner: GitHub, Inc.
Description
Description
phpMyFAQ is an open source FAQ web application. Versions 3.2.0 through 4.1.5 contain an authentication bypass in its public two-factor authentication verification flow: an unauthenticated attacker can submit an accountβs numeric user ID and a valid or brute-forced six-digit TOTP code without first authenticating with the account password, allowing takeover of any 2FA-enabled account, including administrator accounts. Version 4.1.6 is patched by binding TOTP verification to a session established after successful password authentication and limiting failed TOTP attempts. No official workaround is documented; affected installations should upgrade to 4.1.6 or later.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| thorsten | phpmyfaq | 3.2.0 |
| thorsten | phpmyfaq | 4.1.5 |
| thorsten | phpmyfaq | From 4.1.6 (inc) |
| phpmyfaq | phpmyfaq | From 3.2.0 (inc) to 4.1.5 (inc) |
| phpmyfaq | phpmyfaq | 4.1.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-287 | When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct. |