Authentication Bypass in Authelia Open-Source Authentication Server
CVE-2026-47203
2.9LOW
What is CVE-2026-47203?
The vulnerability in Authelia arises when users authenticate via Basic Auth on the authorization verification endpoint. Due to the handling of usernames, which are treated case insensitively by LDAP but can be case-sensitive in regulation SQL queries, multiple variations of the same username can create separate ban buckets. This allows for potential circumvention of security measures, leading to unauthorized access. Users are encouraged to upgrade to version 4.39.20, which includes necessary patches. A temporary workaround is to disable the Basic Auth mechanism.
Affected Version(s)
authelia >= 4.38.0, < 4.39.20
