CVE-2026-39852
Analyzed
Analyzed - Analysis Complete
Path Normalization Bypass in Quarkus Framework
Publication date: 2026-05-05
Last updated on: 2026-05-08
Assigner: GitHub, Inc.
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| quarkus | quarkus | to 3.20.6.1 (exc) |
| quarkus | quarkus | From 3.21.0 (inc) to 3.27.3.1 (exc) |
| quarkus | quarkus | From 3.28.0 (inc) to 3.33.1.1 (exc) |
| quarkus | quarkus | From 3.34.0 (inc) to 3.34.7 (exc) |
| quarkus | quarkus | From 3.35.0 (inc) to 3.35.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |