ueberauth_apple
Ueberauth Strategy for Sign In with Apple
Activity
- Latest release
- 2mo ago
- Total releases
- 8
- Cadence
- ~4 months
- Last 12 months
- 2
Reach
- Stars
- 17
Details
- License
- MIT
- First release
- Jul 24, 2019
| Version | Released | |
|---|---|---|
0.7.0
minor
| ||
0.6.2
patch
| ||
0.6.1
patch
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev | ||
0.6.0
minor
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev | ||
0.4.0
minor
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev | ||
0.3.0
minor
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev | ||
0.2.0
minor
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev | ||
0.1.0
initial
1 CVE
CVE-2026-55954
EEF-CVE-2026-55954
GHSA-pxx8-68pc-p9mr
Jul 14, 2026
Missing ID token claim validation in ueberauth_apple allows account takeover
Critical
Network
Low
None
None
SummaryAuthentication Bypass by Spoofing vulnerability in ueberauth ueberauth_apple allows account takeover via unvalidated ID token claims. The Ueberauth.Strategy.Apple.Token.payload/2 function verifies the JWT signature of the callback id_token against Apple's JWKS but does not validate any registered claims. The iss, aud, exp, and iat claims are read from the token and passed on to Ueberauth.Strategy.Apple.handle_callback!/1, which derives the logged-in user's uid and email directly from the unvalidated sub claim. An attacker who obtains any Apple-signed ID token bearing the victim's sub (via a captured expired token, or via an ID token issued to a sibling client in the same Apple developer team) can replay it against the vulnerable callback and be authenticated as the victim. The absent exp check makes stolen tokens usable indefinitely, and the absent aud check enables cross-application account takeover across clients that share an Apple developer team. This issue affects ueberauth_apple: from 0.1.0 before 0.6.2. Affected versions
0.1.0
0.2.0
0.3.0
0.4.0
0.6.0
0.6.1
Fixed in
0.6.2
References Updated Jul 30, 2026 · Source: OSV.dev |