Back to overview

CVE-2026-56450

MEDIUM
5.1
CVSS 4.0
Description
AIL did not restrict repeated failed attempts to verify a two-factor authentication (OTP) code. An attacker who had reached the 2FA verification step, such as after successfully completing the password-authentication stage, could submit an unlimited number of OTP guesses. This could enable brute-force guessing of a valid code and bypass the intended second authentication factor, resulting in unauthorized account access. The patch introduces per-user failed-OTP tracking, blocks verification after 30 failed attempts for one hour, clears the counter after a successful OTP verification, and provides administrator recovery actions to purge affected lockouts.

Metadata

CVE ID
CVE-2026-56450
State
PUBLISHED
Assigner
CIRCL
Reserved
2026-06-22 13:02 UTC
Published
2026-06-22 13:02 UTC
Last updated
2026-06-22 15:48 UTC
Primary CWE
CWE-307
CWE-307 Improper Restriction of Excessive Authentication Att…
Vendor / Product
ail project / ail framework
Sources
cve.org  ·  NVD

Severity & Metrics

5.1 MEDIUM CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
ail project ail framework 0 ≤ 6.8.0
Weakness (CWE)
CWESourceDescription
CWE-307 cna CWE-307 Improper Restriction of Excessive Authentication Attempts
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.1 MEDIUM 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
Back to overview