Vulnerability Description
authentik is an open-source identity provider. A vulnerability that exists in versions prior to 2024.8.3 and 2024.6.5 allows bypassing password login by adding X-Forwarded-For header with an unparsable IP address, e.g. `a`. This results in a possibility of logging into any account with a known login or email address. The vulnerability requires the authentik instance to trust X-Forwarded-For header provided by the attacker, thus it is not reproducible from external hosts on a properly configured environment. The issue occurs due to the password stage having a policy bound to it, which skips the password stage if the Identification stage is setup to also contain a password stage. Due to the invalid X-Forwarded-For header, which does not get validated to be an IP Address early enough, the exception happens later and the policy fails. The default blueprint doesn't correctly set `failure_result` to `True` on the policy binding meaning that due to this exception the policy returns false and the password stage is skipped. Versions 2024.8.3 and 2024.6.5 fix this issue.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Goauthentik | Authentik | < 2024.6.5 |
Related Weaknesses (CWE)
References
- https://github.com/goauthentik/authentik/commit/78f7b04d5a62b2a9d4316282a713c2c7Patch
- https://github.com/goauthentik/authentik/commit/dd8f809161e738b25765797eb2a5c77aPatch
- https://github.com/goauthentik/authentik/security/advisories/GHSA-7jxf-mmg9-9hg7Vendor Advisory
FAQ
What is CVE-2024-47070?
CVE-2024-47070 is a vulnerability with a CVSS score of 9.0 (CRITICAL). authentik is an open-source identity provider. A vulnerability that exists in versions prior to 2024.8.3 and 2024.6.5 allows bypassing password login by adding X-Forwarded-For header with an unparsabl...
How severe is CVE-2024-47070?
CVE-2024-47070 has been rated CRITICAL with a CVSS base score of 9.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2024-47070?
Check the references section above for vendor advisories and patch information. Affected products include: Goauthentik Authentik.