Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-55954

Missing ID token claim validation in ueberauth_apple allows account takeover
Back to all
CVE

CVE-2026-55954

Missing ID token claim validation in ueberauth_apple allows account takeover

Authentication 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 idtoken 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.handlecallback!/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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.1
-
4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/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
C
H
U
0
-
C
H
U
-

Related Resources

No items found.

References

https://cna.erlef.org/cves/CVE-2026-55954.html, https://github.com, https://osv.dev/vulnerability/EEF-CVE-2026-55954, https://repo.hex.pm, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55954.json, https://github.com/ueberauth/ueberauthapple/security/advisories/GHSA-pxx8-68pc-p9mr, https://nvd.nist.gov/vuln/detail/CVE-2026-55954, https://github.com/ueberauth/ueberauthapple/commit/01e2d9c9b3134e1b78633ad82d136d5ff4a61f28, https://github.com/ueberauth/ueberauth_apple

Severity

0

CVSS Score
0
10

Basic Information

Base CVSS
0
EPSS Probability
0.00698%
EPSS Percentile
0.50115%
Introduced Version
0
Fix Available
01e2d9c9b3134e1b78633ad82d136d5ff4a61f28

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading