CVE-2026-39852
ADVISORY - githubSummary
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).
Common Weakness Enumeration (CWE)
Incorrect Authorization
Incorrect Behavior Order: Authorization Before Parsing and Canonicalization
NIST
3.9
CVSS SCORE
8.8highGitHub
CVSS SCORE
8.8highRed Hat
3.9
CVSS SCORE
8.2highChainguard
CGA-wgw2-47j5-xgfw
-
minimos
MINI-jc6v-6f3m-98c2
-
minimos
MINI-m2mf-36r4-2fvf
-
minimos
MINI-wcpr-p4qv-28wq
-