GHSA-9g4j-v8w5-7x42

Suggest an improvement
Source
https://github.com/advisories/GHSA-9g4j-v8w5-7x42
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/07/GHSA-9g4j-v8w5-7x42/GHSA-9g4j-v8w5-7x42.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-9g4j-v8w5-7x42
Aliases
Published
2025-07-22T14:31:12Z
Modified
2026-04-17T04:56:18Z
Severity
  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H CVSS Calculator
Summary
Authentik has insufficient check for account active status when authenticating with OAuth/SAML Sources
Details

Summary

Deactivated users that had either enrolled via OAuth/SAML or had their account connected to an OAuth/SAML account can still partially access authentik even if their account is deactivated. They end up in a half-authenticated state where they cannot access the API but crucially they can authorize applications if they know the URL of the application.

Patches

authentik 2025.4.4 and 2025.6.4 fix this issue.

Workarounds

Adding an expression policy to the user login stage on the respective authentication flow with the expression of

return request.context["pending_user"].is_active

This expression will only activate the user login stage when the user is active.

For more information

If you have any questions or comments about this advisory:

Database specific
{
    "cwe_ids":  [
        "CWE-269"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2025-07-22T14:31:12Z",
    "nvd_published_at":  "2025-07-23T21:15:26Z",
    "severity":  "HIGH"
}
References

Affected packages

Go / goauthentik.io

Package

Name
goauthentik.io
View open source insights on deps.dev
Purl
pkg:golang/goauthentik.io

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20250722122105-7a4c6b9b50f8

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/07/GHSA-9g4j-v8w5-7x42/GHSA-9g4j-v8w5-7x42.json"