Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-82454 – Authentication Bypass (JWT Algorithm Confusion) – Omnivore before android-0.227.0

Be the first to know when new zero-days emerge:

Summary

CVE-2026-82454 is a critical authentication bypass vulnerability in the Omnivore API’s Apple Sign-in token verification, caused by improper verification of a cryptographic signature (CWE-347). The decodeAppleToken function trusted the alg value supplied in an attacker-controlled JWT header when calling jwt.verify(), allowing an attacker to forge valid-looking tokens and impersonate any Apple-linked Omnivore account. The flaw carries a CVSS v3.1 base score of 9.1 (CVSS v4.0: 9.3), both rated Critical.

Technical details

  • Root cause: The decodeAppleToken function read the alg field directly from the JWT header supplied by the client and passed it as the algorithm to use for jwt.verify(), rather than enforcing a fixed, expected algorithm (e.g., RS256).
  • Trigger conditions: Apple’s RSA public signing keys are publicly published via Apple’s JWKS endpoint. An attacker crafts a JWT header declaring alg: HS256 and signs the token using Apple’s public RSA key as the HMAC secret. Because the underlying jsonwebtoken library version in use did not validate that the key type matched the declared algorithm, the forged HMAC signature validated successfully against the RSA key material.
  • Attack vector: Network — no authentication or user interaction required; the attacker only needs to send a crafted sign-in request to the exposed Omnivore API.
  • Impact: Full authentication bypass, allowing an attacker to impersonate any Apple-linked Omnivore account and access that account’s data (confidentiality and integrity impact; no availability impact per the CVSS vector).

Affected software

  • Omnivore API (omnivore-app / packages/api) — all versions/commits prior to fix commit abf53d6508755d3d22a994e28e370a9193ea977a, corresponding to releases before android-0.227.0.

Severity

  • CVSS v3.1 Base Score: 9.1 (Critical)CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • CVSS v4.0 Score: 9.3 (Critical) — 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

Mitigation and recommended actions

  • Immediate: Update to the patched code at or after commit abf53d6508755d3d22a994e28e370a9193ea977a (corresponding to android-0.227.0 and later), which removes reliance on the client-supplied alg header value.
  • If unable to patch immediately: Enforce a hardcoded, expected signing algorithm (RS256) when verifying Apple Sign-in JWTs, reject any token whose header algorithm does not match, and upgrade the jsonwebtoken dependency to a version that validates key/algorithm type compatibility. Note that Omnivore’s original hosted SaaS service has been shut down; this issue applies to self-hosted or forked deployments of the open-source codebase that still expose the Apple Sign-in API.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge