CVE 6.1 MEDIUM

Astro: XSS via incomplete `` sanitization in `define:vars` allows case-insensitive and whitespace-based bypass_CVE-2026-41067

6.1 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Description

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 parsers close <script> elements case-insensitively and also accept whitespace or / before the closing >, allowing an attacker to bypass the sanitization with payloads like </Script>, </script >, or </script/> and inject arbitrary HTML/JavaScript. This vulnerability is fixed in 6.1.6.

Basic Information

ID CVE-2026-41067
Source GitHub_M
Published Apr 24, 2026 at 16:57

Affected Product

Vendor withastro
Product astro
Version < 6.1.6
Affected Versions withastro astro < 6.1.6

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.