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

exploitDog

nvd логотип

CVE-2026-84376

Опубликовано: 02 сент. 2026
Источник: nvd
EPSS Низкий

Описание

Astro is a web framework for content-driven websites. Prior to 7.2.4, Astro stripped a configured non-root base path from request pathnames using a string-prefix check without verifying a path-segment boundary. With base "/app", a request to "/appX/admin" resolved internally to the protected "/admin" route while middleware observed "/appX/admin" in context.url.pathname. In applications that authorize base-prefixed routes by inspecting context.url.pathname, an unauthenticated remote attacker could bypass pathname-based middleware authorization and reach protected routes. This issue is fixed in version 7.2.4.

EPSS

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

Дефекты

CWE-187

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

github
13 дней назад

Astro: Authorization bypass from missing path-segment boundary check when stripping the configured base

EPSS

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

Дефекты

CWE-187