CVE-2026-40165 PUBLISHED

authentik: SAML NameID XML Comment Injection Enables Authentication Bypass via Identifier Truncation

Assigner: GitHub_M
Reserved: 09.04.2026 Published: 20.05.2026 Updated: 21.05.2026

authentik is an open-source identity provider. Versions 2025.12.4 and prior, and versions 2026.2.0-rc1 through 2026.2.2 were vulnerable to Authentication Bypass through SAML NameID XML Comment Injection. Due to how authentik extracted the NameID value from a SAML assertion, it was possible for an attacker to trick authentik into only seeing a part of the NameID value, potentially allowing an attacker to gain access to other accounts. This issue could be exploited on an authentik instance with a SAML Source, where the attacker had an account on the SAML Source and the ability to modify their NameID value (commonly username or E-mail), and XML Signing was enabled. The attacker could modify the SAML assertion given to authentik by injecting a comment within the NameID value, which effectively truncated the NameID value to the snippet before the comment, and gave the attacker access to any user account. This issue has been fixed in versions 2025.12.5 and 2026.2.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
CVSS Score: 8.7

Product Status

Vendor goauthentik
Product authentik
Versions
  • Version < 2025.12.5 is affected
  • Version >= 2026.2.0-rc1, < 2026.2.3 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE
  • CWE-91: XML Injection (aka Blind XPath Injection) CWE
  • CWE-436: Interpretation Conflict CWE