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

exploitDog

github логотип

GHSA-rc95-pcm8-65v9

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

Описание

Quarkus has Authentication/Authorization bypasses

Quarkus version 3.32.4 is vulnerable to an authorization bypass issue (GHSL-2026-099), in which semicolons (matrix parameters) in HTTP requests can be used to bypass security constraints, potentially allowing unauthorized access to protected resources.

Unauthenticated or lower-privileged users can bypass HTTP path-based authorization policies by appending a semicolon (;) and arbitrary text to the request URL. The vulnerability arises from a path-normalization inconsistency: Quarkus's security layer performs authorization checks on the raw URL path (which preserves matrix parameters), whereas RESTEasy Reactive's routing layer strips matrix parameters before matching endpoints. This allows requests like /api/admin;anything to bypass policies protecting /api/admin while still routing to the protected endpoint.

Impact

This issue may lead to Authentication/Authorization bypasses.

Credits

This issue was discovered with the GitHub Security Lab Taskflow Agent and manually verified by GHSL team members @p- (Peter Stöckli) and @m-y-mo (Man Yue Mo).

Пакеты

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

io.quarkus:quarkus-vertx-http

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

< 3.20.6.1

3.20.6.1

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

io.quarkus:quarkus-vertx-http

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

>= 3.21.0, < 3.27.3.1

3.27.3.1

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

io.quarkus:quarkus-vertx-http

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

>= 3.30.0, < 3.33.1.1

3.33.1.1

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

io.quarkus:quarkus-vertx-http

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

>= 3.34.0, < 3.35.1.1

3.35.1.1

EPSS

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

8.8 High

CVSS4

8.2 High

CVSS3

Дефекты

CWE-287
CWE-863

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

CVSS3: 8.2
redhat
3 месяца назад

Quarkus is a Java framework for building cloud-native applications. In versions prior to 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2, a path normalization inconsistency between the security layer and the routing layer allows unauthenticated or lower-privileged users to bypass HTTP path-based authorization policies. Quarkus's security layer performs authorization checks on the raw URL path which preserves matrix parameters (semicolons), while RESTEasy Reactive's routing layer strips matrix parameters before matching endpoints. An attacker can append a semicolon and arbitrary text to a request URL (e.g., /api/admin;anything) to bypass policies protecting /api/admin while still routing to the protected endpoint. This issue has been fixed in versions 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2.

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

Quarkus is a Java framework for building cloud-native applications. In versions prior to 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2, a path normalization inconsistency between the security layer and the routing layer allows unauthenticated or lower-privileged users to bypass HTTP path-based authorization policies. Quarkus's security layer performs authorization checks on the raw URL path which preserves matrix parameters (semicolons), while RESTEasy Reactive's routing layer strips matrix parameters before matching endpoints. An attacker can append a semicolon and arbitrary text to a request URL (e.g., /api/admin;anything) to bypass policies protecting /api/admin while still routing to the protected endpoint. This issue has been fixed in versions 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2.

EPSS

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

8.8 High

CVSS4

8.2 High

CVSS3

Дефекты

CWE-287
CWE-863