CVE-2026-39852
EUVD-2026-2750005.05.2026, 21:16
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.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| quarkus | quarkus | 𝑥 < 3.20.6.1 |
| quarkus | quarkus | 3.21.0 ≤ 𝑥 < 3.27.3.1 |
| quarkus | quarkus | 3.28.0 ≤ 𝑥 < 3.33.1.1 |
| quarkus | quarkus | 3.34.0 ≤ 𝑥 < 3.34.7 |
| quarkus | quarkus | 3.35.0 ≤ 𝑥 < 3.35.2 |
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
| Vendor | Product | Version | Source |
|---|---|---|---|
| Red Hat | Cryostat 4 on RHEL 9 | 4.2.0-9 ≤ 𝑥 < * | ADP |
| Red Hat | Cryostat 4 on RHEL 9 | 4.2.0-9 ≤ 𝑥 < * | ADP |
| Red Hat | Cryostat 4 on RHEL 9 | 4.2.0-9 ≤ 𝑥 < * | ADP |
| Red Hat | HawtIO HawtIO 4.4.0 | vertx-http ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat Build of Apache Camel 4.14 for Quarkus 3.27 | vertx-http ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat build of Quarkus 3.20.6.SP1 | vertx-http ≤ 𝑥 < * | ADP |
| Red Hat | Streams for Apache Kafka 2.9.4 | vertx-http ≤ 𝑥 < * | ADP |
Common Weakness Enumeration
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
- CWE-551 - Incorrect Behavior Order: Authorization Before Parsing and CanonicalizationIf a web server does not fully parse requested URLs before it examines them for authorization, it may be possible for an attacker to bypass authorization protection.
References