Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-xr5h-phrj-8vxv

Опубликовано: 13 мая 2026
Источник: github
Github: Прошло ревью
CVSS4: 2.9
CVSS3: 6.1

Описание

Astro: Server island encrypted parameters vulnerable to cross-component replay

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 astro@6.1.10.

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

Пакеты

Наименование

astro

npm
Затронутые версииВерсия исправления

< 6.1.10

6.1.10

EPSS

Процентиль: 4%
0.00144
Низкий

2.9 Low

CVSS4

6.1 Medium

CVSS3

Дефекты

CWE-323
CWE-79

Связанные уязвимости

CVSS3: 6.1
nvd
3 месяца назад

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 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. This occurs when the 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 (requires a dynamically rendered page). This vulnerability is fixed in 6.1.10.

EPSS

Процентиль: 4%
0.00144
Низкий

2.9 Low

CVSS4

6.1 Medium

CVSS3

Дефекты

CWE-323
CWE-79