CVE-2026-91039
Last modified
CVE-2026-91039 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Authentication Bypass by Spoofing vulnerability in team-alembic ash_authentication allows an attacker who operates one identity-provider connection of a dynamic_oidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in its own identity namespace by writing every UserIdentity row's strategy field as "<name>/<connection_id>", but that namespacing never takes effect. __connection_id__ is populated only on the ephemeral runtime struct built per request in dynamic_oidc/plug.ex, and DynamicOidc.IdentityChange.change/3 re-fetches the strategy from the compile-time DSL through Info.strategy_for_action, yielding the persisted struct whose __connection_id__ is its defstruct default of nil.
Description
Authentication Bypass by Spoofing vulnerability in team-alembic ash_authentication allows an attacker who operates one identity-provider connection of a dynamic_oidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in its own identity namespace by writing every UserIdentity row's strategy field as "<name>/<connection_id>", but that namespacing never takes effect. __connection_id__ is populated only on the ephemeral runtime struct built per request in dynamic_oidc/plug.ex, and DynamicOidc.IdentityChange.change/3 re-fetches the strategy from the compile-time DSL through Info.strategy_for_action, yielding the persisted struct whose __connection_id__ is its defstruct default of nil. OAuth2.identity_strategy_name/1 therefore falls back to the bare strategy name for both the identity write and the reads in oauth2/user_resolver.ex and oauth2/sign_in_preparation.ex. Since the identity resource's unique key is (uid, strategy), one row exists per sub across every connection, and the identity-match branch runs before any email check. Neither strategy handles iss, so nothing else distinguishes the issuers: OpenID Connect Core section 5.7 makes sub unique only within an issuer, so two connections numbering subjects independently share one subject space. This issue affects ash_authentication: from 5.0.0-rc.10 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 | >= 5.0.0-rc.10, < 5.0.0-rc.14 |
| team-alembic | ash_authentication | >= 64530644f9b37ebb76ca14aeb83a77597a0034b7, < 73ad16e452670bbf843550a13361bd41e72ad964 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-91039?
How severe is CVE-2026-91039?
How do I fix CVE-2026-91039?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- 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-91019The Event Booking Manager for WooCommerce WordPress plugin …4.9
- CVE-2026-9102A path traversal vulnerability exists in the Altium Enterpri…9.4
- CVE-2026-91021Trilium Notes, version v0.103.0 and earlier, contains a stor…5.4
- CVE-2026-91024The Booking Manager WordPress plugin before 2.1.21 does not…6.8
- CVE-2026-91025The Booking Manager WordPress plugin before 2.1.21 does not…4.3
- CVE-2026-9103IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote a…9.8
- CVE-2026-9104The Draft List plugin for WordPress is vulnerable to Stored …6.4
- CVE-2026-9105An authenticated stack-based buffer overflow vulnerability e…6.5
- CVE-2026-9106A UI misrepresentation vulnerability was identified in GitHu…5.5
- CVE-2026-9107The Kali Forms — Contact Form & Drag-and-Drop Builder plugin…6.4
- CVE-2026-91073The Subscribe Forms WordPress plugin before 1.6.3 does not …6.8
- CVE-2026-91077The Event Booking Manager for WooCommerce WordPress plugin …2.7
Are you affected by CVE-2026-91039?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
