PT-2026-40592 · Astro · Astro
Published
2026-05-13
·
Updated
2026-05-13
·
CVE-2026-45028
CVSS v4.0
6.3
Medium
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Astro versions prior to 6.1.10
Description
AES-GCM encryption used to protect the confidentiality and integrity of server island props and slots parameters did not bind the ciphertext to its intended component or parameter type. This allows an attacker to replay one component's encrypted props (
p) value as another component's slots (s) value, or vice versa. Because slots contain raw unescaped HTML while props may contain user-controlled values, this can lead to Cross-Site Scripting (XSS), which is a technique where malicious scripts are injected into trusted websites. This issue occurs when an application uses server islands, two different server island components share the same key name for a prop and a slot, and an attacker has full control over the value of the overlapping prop on a dynamically rendered page.Recommendations
Update to version 6.1.10.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Astro