CVE-2026-49757

CRITICAL

OAuth2/OIDC account takeover in AshAuthentication via email-based user matching

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-49757. PoCs published by Hunt-Benito.

AI-analyzed exploit summary This repository contains a functional PoC demonstrating CVE-2026-49757, an OAuth2/OIDC account takeover vulnerability in AshAuthentication due to email-based user matching. The exploit simulates both vulnerable and patched behaviors, showcasing the attack chain and mitigation strategies.

Description

Authentication Bypass by Spoofing vulnerability in team-alembic AshAuthentication allows account takeover of local users via OAuth2/OIDC sign-in. AshAuthentication's OAuth2 and OIDC family strategies matched the local user by email address (an upsert on the email field, or a user-defined sign-in filter) rather than by the OpenID Connect iss/sub claim combination. Per OpenID Connect Core §5.7, only iss/sub uniquely and stably identifies an end-user; other claims, including email, MUST NOT be used as unique identifiers. A provider login presenting a victim's email, including an unverified email, a reused email, or an account with email_verified: false, resolved to and signed in as the victim's existing local account. An unauthenticated attacker who can register an account on any accepted OAuth provider with the victim's email (or who benefits from provider-side email reuse or reclamation) obtains the victim's full local privileges. The fix resolves users by the (strategy, sub) identity stored in a user identity resource, and only links a new sub to an existing local account by email when the provider's email_verified claim is trusted (trust_email_verified?). This issue affects ash_authentication from 0.1.0 before 4.14.0 and from 5.0.0-rc.0 before 5.0.0-rc.10.

Exploits (1)

github WORKING POC
by Hunt-Benito · pythonpoc
https://github.com/Hunt-Benito/ash-authentication-oauth2-oidc-account-takeover-cve-2026-49757-email-based-user-matching

This repository contains a functional PoC demonstrating CVE-2026-49757, an OAuth2/OIDC account takeover vulnerability in AshAuthentication due to email-based user matching. The exploit simulates both vulnerable and patched behaviors, showcasing the attack chain and mitigation strategies.

Classification
Working Poc 100%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: AshAuthentication < 4.14.0 and < 5.0.0-rc.10
No auth needed
Prerequisites: victim's email address · account on an accepted OAuth provider with the victim's email
mistral-large-3 · analyzed Jun 21, 2026 Full analysis →

Scores

CVSS v4 9.2
EPSS 0.0062
EPSS Percentile 46.0%
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/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

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact total

Details

CWE
CWE-290
Status published
Products (3)
team-alembic/ash_authentication 0.1.0 - 4.14.0
team-alembic/ash_authentication 5.0.0-rc.0 - 5.0.0-rc.10
team-alembic/ash_authentication c5f589058e04239263f50a1430eb17ea6d5dd1a2
Published Jun 15, 2026
Tracked Since Jun 15, 2026