CVE-2026-86688
Last modified
CVE-2026-86688 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. Session Fixation vulnerability in team-alembic ash_authentication allows an attacker who can plant a session identifier in a victim's browser to hold an authenticated session once that victim signs in. AshAuthentication.Plug.Helpers.store_in_session/2 writes the authenticated subject into the existing session with Plug.Conn.put_session/3 and never calls Plug.Conn.configure_session(renew: true), so the identifier the visitor arrived with carries into their authenticated session. Every authentication event reaches this one function: the default success/4 injected by AshAuthentication.Phoenix.Controller.__using__/1, the AuthController emitted by mix ash_authentication_phoenix.install, and remember-me auto-login.
Description
Session Fixation vulnerability in team-alembic ash_authentication allows an attacker who can plant a session identifier in a victim's browser to hold an authenticated session once that victim signs in. AshAuthentication.Plug.Helpers.store_in_session/2 writes the authenticated subject into the existing session with Plug.Conn.put_session/3 and never calls Plug.Conn.configure_session(renew: true), so the identifier the visitor arrived with carries into their authenticated session. Every authentication event reaches this one function: the default success/4 injected by AshAuthentication.Phoenix.Controller.__using__/1, the AuthController emitted by mix ash_authentication_phoenix.install, and remember-me auto-login. AshAuthentication.Phoenix.Plug.store_in_session/2 is a defdelegate to it. Logout does not close the window either, because clear_session/2 ends with Plug.Conn.clear_session/1, which clears session contents but leaves the identifier intact, so a planted identifier survives a logout-then-login cycle. This issue affects ash_authentication: from 0.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| team-alembic | ash_authentication | >= 0.2.0, < 4.15.0; >= 5.0.0-rc.0, < 5.0.0-rc.14 |
| team-alembic | ash_authentication | >= a939dde9b917c072cdf10c4b0913a9886a4b0231, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-86688?
How severe is CVE-2026-86688?
How do I fix CVE-2026-86688?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-86677ZohoCorp ManageEngine Applications Manager versions 182000 a…8.8
- CVE-2026-86678ZohoCorp ManageEngine Applications Manager versions 182000 a…8.8
- CVE-2026-86679ZohoCorp ManageEngine Applications Manager versions 182000 a…7.1
- CVE-2026-8668A static credential embedded in Chef 360 prior to v1.7.0 per…2.3
- CVE-2026-86681ZohoCorp ManageEngine Applications Manager versions 182200 a…7.6
- CVE-2026-86683ZohoCorp ManageEngine Applications Manager versions 182000 a…8.1
- CVE-2026-86689Bransys ELD is shipped with hardcoded MQTT credentials, whic…5.9
- CVE-2026-8669Imager versions through 1.030 for Perl allow a heap out of b…6.5
- CVE-2026-86698Insufficient Session Expiration vulnerability in OAuth token…2.3
- CVE-2026-8670Insufficient session expiration vulnerability in syslink sof…9.6
- CVE-2026-86701Android application "ManabiPocket for Parents" contains an i…1.8
- CVE-2026-86707The Private Feed Key WordPress plugin through 0.1 does not v…9.8
Are you affected by CVE-2026-86688?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
