Vulnerability Description
@astrojs/netlify is an adapter that allows Astro to deploy your hybrid or server rendered site to Netlify. Prior to 7.0.13, @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN images.remote_images regular expressions with broader semantics than Astro's canonical matcher. A single wildcard hostname such as *.example.com is converted to an optional subdomain regex, so the apex host matches. A single wildcard pathname such as /ok/* is converted without end anchoring, so deeper paths match by prefix. This vulnerability is fixed in 7.0.13.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/withastro/astro/security/advisories/GHSA-529g-xq4f-cw38
- https://github.com/withastro/astro/security/advisories/GHSA-529g-xq4f-cw38
FAQ
What is CVE-2026-54300?
CVE-2026-54300 is a vulnerability with a CVSS score of 5.3 (MEDIUM). @astrojs/netlify is an adapter that allows Astro to deploy your hybrid or server rendered site to Netlify. Prior to 7.0.13, @astrojs/netlify converts Astro image.remotePatterns into Netlify Image CDN ...
How severe is CVE-2026-54300?
CVE-2026-54300 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54300?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.