CVE-2026-81637
נמוכה 2.3
תיאור (מקור, אנגלית)
Insufficient Session Expiration vulnerability in team-alembic AshAuthentication allows an attacker who obtains a victim's OAuth2 state value to replay the callback and sign that victim into an attacker-controlled account. AshAuthentication.Strategy.OAuth2.Plug.callback/2 clears the stored session_params through a rebinding step inside its with chain, conn <- delete_session(conn, session_key). Elixir evaluates the else block in the scope enclosing the with, so every failure path (the provider returning ?error=access_denied, an invalid code, a token-exchange error, or a registration or sign-in failure) reaches store_authentication_result/2 holding the original connection and the session entry is never removed. The value the module's own comment describes as protection against a CSRF-related attack is therefore consumed only when authentication succeeds, and survives a cancelled or failed attempt until the next request phase or session expiry. This issue affects ash_authentication: from 0.6.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.
מדדים
- CVSS 4.0
-
2.3 (LOW)
מקור הציון: CNA
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X - CWE
- CWE-613
קישורים
- https://cna.erlef.org/cves/CVE-2026-81637.html
- https://github.com/team-alembic/ash_authentication/commit/bd4352303bc9d72d007f…
- https://github.com/team-alembic/ash_authentication/commit/c5f589058e04239263f5…
- https://github.com/team-alembic/ash_authentication/commit/d7f939cd02bd618bcaa3…
- https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-3v…
- https://osv.dev/vulnerability/EEF-CVE-2026-81637