authentik is an open-source Identity Provider. Due to an insufficient access check, a recovery flow link that is created by an admin (or sent via email by an admin) can be used to set the password for any arbitrary user. This attack is only possible if a recovery flow exists, which has both an Identification and an Email stage bound to it. If the flow has policies on the identification stage to skip it when the flow is restored (by checking `request.context['is_restored']`), the flow is not affected by this. With this flow in place, an administrator must create a recovery Link or send a recovery URL to the attacker, who can, due to the improper validation of the token create, set the password for any account. Regardless, for custom recovery flows it is recommended to add a policy that checks if the flow is restored, and skips the identification stage. This issue has been fixed in versions 2023.2.3, 2023.1.3 and 2022.12.2.
Conclusion & alert: CVE-2023-26481 is rated Moderate Risk (46.1/100): CVSS Critical severity, with low exploitation likelihood (EPSS 0.10%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-06 | 0.17% | 0.10% | -0.07% |
| 2 | 2026-03-05 | 0.04% | 0.17% | +0.13% |
| 3 | 2026-03-04 | — | 0.04% | — |
Full EPSS history (16 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.1 | 3.1 | CRITICAL |
|
2.3 | 6.0 | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| goauthentik | authentik | < 2022.12.3 | cpe:2.3:a:goauthentik:authentik:*:*:*:*:*:*:*:* |
| goauthentik | authentik | > 2023.1.0, <= 2023.1.3 | cpe:2.3:a:goauthentik:authentik:*:*:*:*:*:*:*:* |
| goauthentik | authentik | > 2023.2.0, <= 2023.2.3 | cpe:2.3:a:goauthentik:authentik:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/goauthentik/authentik/security/advisories/GHSA-3xf5-pqvf-rqq3 | Third Party Advisory |
| https://goauthentik.io/docs/releases/2023.2#fixed-in-202323 | Release Notes |