CVE-2026-76213
Received Received - Intake

Brute-Force Bypass in phpMyFAQ Two-Factor Authentication

Vulnerability report for CVE-2026-76213, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: VulnCheck

Description

phpMyFAQ before 4.1.7 contains a brute-force vulnerability in the two-factor authentication step where the failure counter is session-scoped and reset on each successful password re-authentication. Attackers with a valid password can bypass the five-attempt limit by obtaining a fresh session cookie and repeatedly re-authenticating to reset the counter, enabling unbounded TOTP code guessing.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-19
AI Q&A
2026-08-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
phpmyfaq phpmyfaq to 4.1.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-307 The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a brute-force attack in phpMyFAQ versions before 4.1.7 affecting the two-factor authentication (2FA) mechanism. The failure counter for TOTP code attempts is session-scoped and resets when a user re-authenticates with a correct password or starts a new session. Attackers with a valid password can exploit this by repeatedly resetting the session or re-authenticating to clear the counter, allowing unlimited guesses of the 6-digit TOTP code.

Detection Guidance

Monitor failed 2FA attempts in phpMyFAQ logs for repeated sessions with correct passwords but failed TOTP codes. Check for unusual session cookie generation rates or multiple new sessions from the same IP during 2FA attempts.

Impact Analysis

If you use phpMyFAQ versions before 4.1.7 with 2FA enabled, an attacker who knows your password could bypass the 2FA protection. They could repeatedly guess the TOTP code by resetting sessions, potentially gaining full access to your account. This could lead to unauthorized data access, modification, or theft depending on your phpMyFAQ permissions.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. GDPR requires adequate protection of personal data, while HIPAA mandates secure access controls for protected health information. Exploitation of this flaw may result in non-compliance, potential data breaches, and associated legal penalties.

Mitigation Strategies

Upgrade phpMyFAQ to version 4.1.7 or later. Implement persistent rate-limiting tied to user accounts and IP addresses. Disable session reset on password re-authentication. Enforce one-time use of TOTP codes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76213. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart