Logo

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 fixes133Projects4High/Critical51

Most recent vulnerability

Astro: Authorization bypass from missing path-segment boundary check when stripping the configured base

CVE-2026-84376Medium

Summary

Astro stripped a configured base path from request pathnames using a string-prefix check that did not verify a path-segment boundary. With base: "/app", a request to /appX/admin was treated as being under the base and resolved internally to the /admin route, while middleware still observed the public pathname /appX/admin. Middleware that authorizes routes by inspecting context.url.pathname could therefore be bypassed.

Impact

An unauthenticated remote attacker can bypass pathname-based…

Affected component
astro
Fixed in
7.2.4
View Astro fixes

Tracked projects