2 matches found
CVE-2026-73423
Astro (web framework) vulnerability CVE-2026-73423 affects the composable astro/hono pipeline from versions 7.0.0–7.0.6. If actions() or pages() are mounted before middleware(), or if middleware() is omitted, security.checkOrigin is not enforced at dispatch sinks, allowing blind write‑only CSRF a...
5.1CVSS5.3AI score0.00264EPSS
SaveExploits0References4
CVE-2026-73423: Cross-Site Request Forgery (CSRF)
Astro is a web framework for content-driven websites. From 7.0.0 until 7.0.6, the composable astro/hono pipeline installs security.checkOrigin only through the middleware primitive, while actions and pages can dispatch to user code independently. Mounting actions before middleware, as in the...
5.1CVSS6AI score0.00264EPSS
SaveExploits0References2
20