Cyber Resilience

CVE-2026-4208

High

Published: 17 March 2026

Published
17 March 2026
Modified
25 April 2026
KEV Added
Patch
CVSS Score v4 7.7 CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0026 16.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-4208 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Mrsilaz Mfa Mail. Its CVSS base score is 7.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 IA-5 (Authenticator Management) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-4208 is a vulnerability in a TYPO3 extension that fails to properly reset the generated MFA code after successful authentication. This flaw enables a possible MFA bypass for future login attempts by submitting an empty string as the MFA code to the extension's MFA provider. The issue carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-639 (Authorization Bypass Through User-Controlled Key). It was published on 2026-03-17.

The vulnerability can be exploited remotely by an attacker with low privileges, such as an authenticated user requiring minimal privileges (PR:L), with low attack complexity and no user interaction. By leveraging the failure to reset the MFA code post-authentication, the attacker submits an empty string during subsequent login attempts to bypass MFA validation, potentially resulting in high impacts to confidentiality, integrity, and availability.

Mitigation details are provided in the TYPO3 security advisory at https://typo3.org/security/advisory/typo3-ext-sa-2026-007.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The extension fails to properly reset the generated MFA code after successful authentication. This leads to a possible MFA bypass for future login attempts by providing an empty string as MFA code to the extensions MFA provider.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1556.006 Multi-Factor Authentication Defense Impairment
Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

Vuln in public-facing TYPO3 CMS extension directly enables remote MFA bypass via empty code submission after failed reset (CWE-639 authz flaw), facilitating T1190 exploitation, T1556.006 MFA modification/bypass for access, and T1078 abuse of valid accounts.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-25197Shared CWE-639
CVE-2026-8890Shared CWE-639
CVE-2026-44400Shared CWE-639
CVE-2025-14998Shared CWE-639
CVE-2024-11284Shared CWE-639
CVE-2024-11285Shared CWE-639
CVE-2026-41471Shared CWE-639
CVE-2023-36331Shared CWE-639
CVE-2026-33297Shared CWE-639
CVE-2026-41084Shared CWE-639

Affected Assets

mrsilaz
mfa mail
2.0.0 · ≤ 1.0.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

IA-5 mandates proper management, refresh, and invalidation of authenticators like MFA codes after successful authentication, directly preventing reuse or bypass via unreset states and empty strings.

prevent

SI-10 requires validation of inputs such as MFA codes, rejecting empty or invalid values to block bypass attempts exploiting improper code handling.

prevent

SI-2 ensures timely identification, reporting, and patching of flaws like this MFA reset failure, preventing exploitation of the vulnerability.

References