CVE-2026-73425: @astrojs/netlify generates an overly-broad Netlify Image CDN allowlist because remotePatterns.pathname metacharacters are not escaped
Astro is a web framework for content-driven websites. Prior to 8.1.2, the Astro Netlify adapter converts each image.remotePatterns entry into a regular expression written to .netlify/v1/config.json under images.remoteimages for Netlify's Image CDN allowlist. In packages/integrations/netlify/src/index.ts, remotePatternToRegex() escapes dots in hostname values but interpolates literal pathname values without escaping regular expression metacharacters such as ., +, ?, (, and [, so a restrictive pathname such as /img/v1.0/file also matches metacharacter-adjacent paths, including paths that cross a segment. Netlify enforces the generated regular expression directly and Astro's matchPattern() helper does not revalidate the request, allowing optimization of images on an already-allowed host that the declared pathname was intended to exclude. This issue is fixed in version 8.1.2.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
@astrojs/netlifyto a version that resolves this vulnerability.Fixed in 8.1.2
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73425?
The severity of CVE-2026-73425 is labeled as low with a score of 3.7.
How do I fix CVE-2026-73425?
To fix CVE-2026-73425, update to the Astro Netlify adapter version 8.1.2 or later.
What impact does CVE-2026-73425 have on my application?
CVE-2026-73425 may allow unauthorized access to remote images due to an overly broad Netlify Image CDN allowlist.
Which software is affected by CVE-2026-73425?
The vulnerability affects the npm package @astrojs/netlify.
When was CVE-2026-73425 published?
CVE-2026-73425 was published on August 12, 2026.