Astro: Server island encrypted parameters vulnerable to cross-component replay
- Severity:
- Low
Description
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 attacker could replay one component’s encrypted props (p) value as another component’s slots (s) value, or vice versa.
Recommendation
Update the astro package to the latest compatible version. Followings are version details:
- Affected version(s): < 6.1.10
- Patched version(s): 6.1.10
References
Related Issues
- Astro development server error page is vulnerable to reflected Cross-site Scripting - CVE-2025-64745
- Parse Server vulnerable to stored cross-site scripting (XSS) via SVG file upload - CVE-2026-30948
- webpack-dev-server vulnerable to cross-origin source code exposure on non-HTTPS origins - CVE-2026-6402
- Parse Server vulnerable to SQL Injection via dot-notation sub-key name in `Increment` operation on PostgreSQL - CVE-2026-31871
You might also like:
- Tags:
- npm
- astro
Anything's wrong? Let us know Last updated on May 14, 2026


