CVE-2026-55954
Last modified
CVE-2026-55954 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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 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. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
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 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.
Metrics
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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ueberauth | ueberauth_apple | >= 0.1.0, < 0.6.2 |
| ueberauth | ueberauth_apple | >= 3908a187d045c75994b62ce340c3aa26bb8976b8, < 01e2d9c9b3134e1b78633ad82d136d5ff4a61f28 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55954?
How severe is CVE-2026-55954?
How do I fix CVE-2026-55954?
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-55948Use after free in Microsoft Office Excel allows an unauthori…7.8
- CVE-2026-55949Use of uninitialized resource in Microsoft Office Excel allo…7.8
- CVE-2026-5595A security vulnerability has been detected in griptape-ai gr…6.3
- CVE-2026-55950Time-of-check Time-of-use (TOCTOU) race condition vulnerabil…5.9
- CVE-2026-55952The Erlang/OTP ssl application does not validate that the PS…7.5
- CVE-2026-55953The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client doe…7.4
- CVE-2026-55955Improper Authentication vulnerability in Apache Tomcat allow…6.5
- CVE-2026-55956Improper Authorization vulnerability in Apache Tomcat leads …6.5
- CVE-2026-55957Missing Critical Step in Authentication vulnerability in Apa…7.3
- CVE-2026-55958Out-of-bounds write in the Renesas TSIP TLS 1.3 transcript b…7.5
- CVE-2026-5596A vulnerability was detected in griptape-ai griptape 0.19.4.…6.3
- CVE-2026-55960Un-negotiated Raw Public Key (RFC 7250) accepted in place of…7.5
Are you affected by CVE-2026-55954?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
