CVE-2026-82454
Last modified
CVE-2026-82454 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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(). EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/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 |
|---|---|---|
| omnivore-app | omnivore | < abf53d650875 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-82454?
How severe is CVE-2026-82454?
How do I fix CVE-2026-82454?
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-82449Cockpit CMS before 2.14.1 contains an account enumeration vu…5.3
- CVE-2026-8245Concrete CMS 9.5.0 and below is vulnerable to Reflected XSS …5.4
- CVE-2026-82450BookStack before 26.05.4 contains a remote code execution vu…8.8
- CVE-2026-82451Formwork before 2.3.11 contains a stored cross-site scriptin…6.1
- CVE-2026-82452rust-iot-platform through commit 5df942ab contains an authen…9.8
- CVE-2026-82453rust-iot-platform through commit 5df942ab stores user passwo…7.5
- CVE-2026-82455RubyGems fails to re-validate path containment after filesys…7.1
- CVE-2026-82456argocd-mcp 0.8.0 binds its HTTP transport to every network i…10
- CVE-2026-82457su-exec through 0.3 fails to validate numeric user and group…7.8
- CVE-2026-82460Cloud Commander before 19.20.2 contains a directory traversa…9.8
- CVE-2026-82461pac4j-oidc before 6.5.6 fails to verify access token signatu…8.1
- CVE-2026-82462pac4j-oidc before 6.5.6 accepts OIDC callbacks carrying only…6.5
Are you affected by CVE-2026-82454?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
