Security fixes only

Security fixes, not release notes

When a framework publishes a security advisory, this page tracks the details teams need for patch triage: affected ranges, fixed versions, CVEs, workarounds, severity, and the original advisory. Feature releases and routine changelog noise stay out.

Published fixes 108 Projects 4 High/Critical 38

Most recent vulnerability

Astro: Host header SSRF in prerendered error page fetch

CVE-2026-54299 High

Summary

Astro SSR apps with prerendered error pages (/404 or /500 using export const prerender = true) fetch those pages over HTTP at runtime when an error occurs. The URL for this fetch is derived from request.url, which in turn gets its origin from the incoming Host header. When the Host header is not validated against allowedDomains, an attacker can point the fetch at an arbitrary host and read the response.

Who is affected

This affects SSR deployments that:

  1. Have a prerendered 404 or…
Affected component
astro
Fixed in
6.4.6
View Astro fixes

Tracked projects