Astro

Astro

21 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 22.06.2026 17:33:53
  • Zuletzt bearbeitet 23.06.2026 16:17:01

Astro is a web framework. Prior to 6.4.6, 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, ...

Exploit
  • EPSS 0.16%
  • Veröffentlicht 22.06.2026 17:33:15
  • Zuletzt bearbeitet 23.06.2026 17:17:05

Astro is a web framework. Prior to 6.4.6, the spreadAttributes function in Astro's server-side rendering pipeline iterates over object keys and passes them directly to addAttribute, which interpolates the key into the HTML output without escaping. Wh...

Exploit
  • EPSS 0.18%
  • Veröffentlicht 22.06.2026 17:31:56
  • Zuletzt bearbeitet 23.06.2026 15:16:35

Astro is a web framework. Prior to 6.3.3, when a component uses a client:* directive, Astro inserts named slot content into a data-astro-template attribute without HTML escaping the slot name allowing an attacker to break out of the attribute context...

  • EPSS 0.14%
  • Veröffentlicht 13.05.2026 16:17:00
  • Zuletzt bearbeitet 14.05.2026 13:28:32

Astro is a web framework. Astro versions prior to 6.1.10 used AES-GCM encryption to protect the confidentiality and integrity of server island props and slots parameters, but did not bind the ciphertext to its intended component or parameter type. An...

Exploit
  • EPSS 0.19%
  • Veröffentlicht 24.04.2026 16:57:22
  • Zuletzt bearbeitet 27.04.2026 13:41:42

Astro is a web framework. Prior to 6.1.6, the defineScriptVars function in Astro's server-side rendering pipeline uses a case-sensitive regex /<\/script>/g to sanitize values injected into inline <script> tags via the define:vars directive. HTML pars...

Exploit
  • EPSS 0.33%
  • Veröffentlicht 24.03.2026 18:44:29
  • Zuletzt bearbeitet 26.03.2026 12:04:56

Astro is a web framework. From version 2.10.10 to before version 5.18.1, this issue concerns Astro's remotePatterns path enforcement for remote URLs used by server-side fetchers such as the image optimization endpoint. The path matching logic for /* ...

Exploit
  • EPSS 0.34%
  • Veröffentlicht 04.02.2026 00:00:00
  • Zuletzt bearbeitet 13.03.2026 19:53:53

An arbitrary file overwrite vulnerability in the file import process of Tarot, Astro & Healing v11.4.0 allows attackers to overwrite critical internal files, potentially leading to arbitrary code execution or exposure of sensitive information.

  • EPSS 0.27%
  • Veröffentlicht 08.12.2025 23:41:21
  • Zuletzt bearbeitet 10.12.2025 23:46:47

Astro is a web framework. Versions 5.15.7 and below have a double URL encoding bypass which allows any unauthenticated attacker to bypass path-based authentication checks in Astro middleware, granting unauthorized access to protected routes. While th...

Exploit
  • EPSS 0.47%
  • Veröffentlicht 19.11.2025 16:41:19
  • Zuletzt bearbeitet 25.11.2025 15:11:31

Astro is a web framework. Prior to version 5.15.8, a mismatch exists between how Astro normalizes request paths for routing/rendering and how the application’s middleware reads the path for validation checks. Astro internally applies decodeURI() to d...

Exploit
  • EPSS 0.45%
  • Veröffentlicht 19.11.2025 16:41:03
  • Zuletzt bearbeitet 20.11.2025 17:54:05

Astro is a web framework. Prior to version 5.15.8, a reflected XSS vulnerability is present when the server islands feature is used in the targeted application, regardless of what was intended by the component template(s). This issue has been patched...