CWE-308Base

Use of Single-factor Authentication

Draft in the CWE catalog · 13 CVEs mapped

13
CVEs mapped
7.1
Median CVSS
What it is

The product uses an authentication algorithm that uses a single factor (e.g., a password) in a security context that should require more than one factor.

Recent examples
none
CVE-2026-85590

CVE-2026-85590 - UNKNOWN Severity Vulnerability

phpMyFAQ before 4.1.8 contains an authentication bypass vulnerability in its two-factor authentication (TOTP) disable functionality. The removeTwofactorConfig() handler (reachable via POST /api/user/remove-twofactor) verifies only that the user is logged in and that a valid CSRF token is supplied, then disables TOTP without requiring password re-entry or a current TOTP code. The same downgrade is also reachable inline via PUT /api/user/data/update, which accepts a plain twofactor_enabled form field under the same session+CSRF-only guard. An attacker who has hijacked a user's session can silently strip two-factor protection from any account, including administrator accounts, after which password-only authentication succeeds.

no explanation yet
0%
epss
8.1cvss
CVE-2026-67611

CVE-2026-67611 - HIGH Severity Vulnerability

OpenEMR through 8.2.0 contains an authentication bypass vulnerability that allows attackers with valid credentials to circumvent multi-factor authentication by exploiting the exposed OAuth2 password grant flow through an unauthenticated client registration endpoint. Attackers can register an OAuth2 client via the unauthenticated registration endpoint and use the password grant to exchange credentials for an API access token, bypassing the normal web interface authentication and any enforced multi-factor authentication controls.

HIGHno explanation yet
1%
epss
5.3cvss
CVE-2026-56022

CVE-2026-56022 - MEDIUM Severity Vulnerability

Webmin accepts basic authentication without session cookies when an attacker provides the 'User-Agent: webmin' header, allowing bypass of additional MFA requirements. Fixed in 2.640.

MEDIUMno explanation yet
1%
epss
The record
Technical detail
CWE ID
CWE-308
Abstraction
Base
Structure
Simple
Status
Draft
References (1)