authentik is an open-source Identity Provider. Prior to versions 2023.4.3 and 2023.5.5, authentik does not verify the source of the X-Forwarded-For and X-Real-IP headers, both in the Python code and the go code. Only authentik setups that are directly accessible by users without a reverse proxy are susceptible to this. Possible spoofing of IP addresses in logs, downstream applications proxied by (built in) outpost, IP bypassing in custom flows if used.
This poses a possible security risk when someone has flows or policies that check the user's IP address, e.g. when they want to ignore the user's 2 factor authentication when the user is connected to the company network. A second security risk is that the IP addresses in the logfiles and user sessions are not reliable anymore. Anybody can spoof this address and one cannot verify that the user has logged in from the IP address that is in their account's log. A third risk is that this header is passed on to the proxied application behind an outpost. The application may do any kind of verification, logging, blocking or rate limiting based on the IP address, and this IP address can be overridden by anybody that want to.
Versions 2023.4.3 and 2023.5.5 contain a patch for this issue.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 08:09
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/goauthentik/authentik/commit/15026748d19d490eb2baf9a9566ead4f805f7dff - Patch | |
References | () https://github.com/goauthentik/authentik/commit/c07a48a3eccbd7b23026f72136d3392bbc6f795a - Patch | |
References | () https://github.com/goauthentik/authentik/security/advisories/GHSA-cmxp-jcw7-jjjv - Vendor Advisory | |
References | () https://goauthentik.io/docs/releases/2023.4#fixed-in-202343 - Release Notes | |
References | () https://goauthentik.io/docs/releases/2023.5#fixed-in-202355 - Release Notes | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.3 |
13 Jul 2023, 19:26
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:goauthentik:authentik:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.3 |
First Time |
Goauthentik authentik
Goauthentik |
|
References | (MISC) https://goauthentik.io/docs/releases/2023.4#fixed-in-202343 - Release Notes | |
References | (MISC) https://github.com/goauthentik/authentik/security/advisories/GHSA-cmxp-jcw7-jjjv - Vendor Advisory | |
References | (MISC) https://github.com/goauthentik/authentik/commit/15026748d19d490eb2baf9a9566ead4f805f7dff - Patch | |
References | (MISC) https://github.com/goauthentik/authentik/commit/c07a48a3eccbd7b23026f72136d3392bbc6f795a - Patch | |
References | (MISC) https://goauthentik.io/docs/releases/2023.5#fixed-in-202355 - Release Notes |
06 Jul 2023, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-07-06 19:15
Updated : 2024-11-21 08:09
NVD link : CVE-2023-36456
Mitre link : CVE-2023-36456
CVE.ORG link : CVE-2023-36456
JSON object : View
Products Affected
goauthentik
- authentik
CWE
CWE-436
Interpretation Conflict