Vulnerability Description
The Omnivore API (packages/api) before the fix in commit abf53d6 contains an authentication bypass in Apple sign-in token verification. The decodeAppleToken function extracted the 'alg' field from the attacker-supplied JWT header and passed it as the sole allowed algorithm to jwt.verify(). Using jsonwebtoken v8 (which does not validate key/algorithm compatibility), an attacker can set alg=HS256 and sign a forged token using Apple's publicly available RSA public key as the HMAC secret, bypassing signature verification and impersonating any Apple-linked account.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/omnivore-app/omnivore
- https://github.com/omnivore-app/omnivore/commit/abf53d6508755d3d22a994e28e370a91
- https://github.com/omnivore-app/omnivore/pull/4652
- https://www.vulncheck.com/advisories/omnivore-before-android-0.227.0-authenticat
FAQ
What is CVE-2026-82454?
CVE-2026-82454 is a vulnerability with a CVSS score of 9.1 (CRITICAL). The Omnivore API (packages/api) before the fix in commit abf53d6 contains an authentication bypass in Apple sign-in token verification. The decodeAppleToken function extracted the 'alg' field from the...
How severe is CVE-2026-82454?
CVE-2026-82454 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-82454?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.