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.
総合評価: CVE-2023-26481 は中リスク(43.2/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.27%、19 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.10% | 0.27% | +0.17% |
| 2 | 2026-03-06 | 0.17% | 0.10% | -0.07% |
| 3 | 2026-03-05 | — | 0.17% | — |
EPSS の全履歴 (全 17 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.1 | 3.1 | CRITICAL |
|
2.3 | 6.0 | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| ベンダー | 製品 | バージョン | 生の 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 | タグ |
|---|---|
| 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 |