SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-82454

CRITICAL · CVSS 9.1 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-29 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects F5's Omnivore API, specifically in the handling of Apple sign-in token verification, allowing attackers to bypass authentication by exploiting a flaw in the decodeAppleToken function. By manipulating the 'alg' field in the JWT header, an attacker can forge a token that appears valid, enabling impersonation of any Apple-linked account. Organizations using F5 products should prioritize remediation to protect against potential unauthorized access and account compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82454
Severity
CRITICAL
CVSS
9.1
EPSS
0.23%
F5

Original NVD 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.