lowCVSS 6.1Vulnerability

CVE-2026-45028

### Impact 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. Since slots contain raw unescaped HTML while props may contain user-controlled values, this could lead to XSS in applications that meet **all** of the following conditions: - The application uses server islands - Two different server island components share the same key name for a prop and a slot - An attacker has full control over the value of the overlapping prop (requires a dynamically rendered page) These conditions are very unlikely to occur in real-world production applications. ### Patches This has been patched in **[email protected]**. The fix binds each encrypted parameter to its target component and purpose using AES-GCM authenticated additional data (AAD). Each ciphertext now includes context like `props:IslandName` or `slots:IslandName`, so encrypted data for one component cannot be replayed against a different component, and encrypted props cannot be reused as slots. ### References - Fix PR: https://github.com/withastro/astro/pull/16457 - Example demonstrating the vulnerability: https://github.com/CyberSecurityAustria/ACSC2026-web-astronomical

Properties

severity
low
summary
Astro: Server island encrypted parameters vulnerable to cross-component replay
cvss_score
6.1
epss_score
0.00144
ghsa_published
2026-05-13T01:36:39Z
source_url
https://github.com/advisories/GHSA-xr5h-phrj-8vxv
ghsa_updated
2026-05-14T20:38:54Z
ghsa_id
GHSA-xr5h-phrj-8vxv
cve_id
CVE-2026-45028
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
is_ghsa_only
false
epss_percentile
0.0413

Related Entities (6)

HAS_WEAKNESS (2)

[Weakness]Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
[Weakness]Reusing a Nonce, Key Pair in Encryption

ENRICHED_BY (1)

[Source]FIRST EPSS

VULNERABLE_TO (1)

[Software]npm/astro

AFFECTS (1)

[Software]npm/astro

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-45028 (CVSS 6.1) — Ninja Signal Threat Intelligence | Ninja Signal