CVE-2026-24473: Manifest Fallback Access Bypass

Falling back to a dynamically provided path when an asset or resource is not found in a manifest/registry allows an attacker to bypass intended access controls. This can result in arbitrary items being read from the underlying storage (such as a Cloudflare Workers KV namespace). Remove the fallback and only use explicitly manifest-resolved keys to ensure int

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0JS
greprules fetch cve-2026-24473-manifest-fallback-access-bypass --engine opengrep

Description

Falling back to a dynamically provided path when an asset or resource is not found in a manifest/registry allows an attacker to bypass intended access controls. This can result in arbitrary items being read from the underlying storage (such as a Cloudflare Workers KV namespace). Remove the fallback and only use explicitly manifest-resolved keys to ensure int