CVE-2026-39852: CWE-863: Incorrect Authorization in quarkusio quarkus
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.
AI Analysis
Technical Summary
Quarkus versions prior to 3.20.6.1 and other specified versions contain a vulnerability (CVE-2026-39852) where an attacker can bypass HTTP path-based authorization due to inconsistent handling of matrix parameters (semicolons) between the security and routing layers. The security layer performs authorization checks on the raw URL path including matrix parameters, while the RESTEasy Reactive routing layer strips these parameters before matching endpoints. This discrepancy allows unauthorized access to protected endpoints by appending semicolons and arbitrary text to the URL path. The vulnerability is classified under CWE-863 (Incorrect Authorization) and CWE-551 (Incorrect Behavior Order: Authorization Before Parsing and Canonicalization). The issue has been addressed in multiple fixed versions of Quarkus. Vendor advisory from Red Hat recommends mitigation by normalizing URL paths via reverse proxy or load balancer configuration to strip matrix parameters before authorization checks.
Potential Impact
The vulnerability allows unauthenticated or lower-privileged users to bypass HTTP path-based authorization policies, potentially granting unauthorized access to protected endpoints. The CVSS 4.0 score is 8.8 (high severity) with network attack vector, low attack complexity, no privileges or user interaction required, and high impact on availability and low impact on integrity. There are no known exploits in the wild at this time.
Mitigation Recommendations
A fix is available in Quarkus versions 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2. Users should upgrade to these fixed versions to remediate the vulnerability. Additionally, as an immediate mitigation, configure a reverse proxy or load balancer in front of the Quarkus application to normalize incoming URL paths by stripping matrix parameters (semicolons) before requests reach the Quarkus security layer. Ensure that any proxy configuration changes are thoroughly tested and applied properly. This mitigation reduces the risk until the application is updated.
CVE-2026-39852: CWE-863: Incorrect Authorization in quarkusio quarkus
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 v4.0
Score 8.8high
Affected software
quarkusio
quarkus
pkg:github/quarkusio/quarkusRun on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
Quarkus versions prior to 3.20.6.1 and other specified versions contain a vulnerability (CVE-2026-39852) where an attacker can bypass HTTP path-based authorization due to inconsistent handling of matrix parameters (semicolons) between the security and routing layers. The security layer performs authorization checks on the raw URL path including matrix parameters, while the RESTEasy Reactive routing layer strips these parameters before matching endpoints. This discrepancy allows unauthorized access to protected endpoints by appending semicolons and arbitrary text to the URL path. The vulnerability is classified under CWE-863 (Incorrect Authorization) and CWE-551 (Incorrect Behavior Order: Authorization Before Parsing and Canonicalization). The issue has been addressed in multiple fixed versions of Quarkus. Vendor advisory from Red Hat recommends mitigation by normalizing URL paths via reverse proxy or load balancer configuration to strip matrix parameters before authorization checks.
Potential Impact
The vulnerability allows unauthenticated or lower-privileged users to bypass HTTP path-based authorization policies, potentially granting unauthorized access to protected endpoints. The CVSS 4.0 score is 8.8 (high severity) with network attack vector, low attack complexity, no privileges or user interaction required, and high impact on availability and low impact on integrity. There are no known exploits in the wild at this time.
Mitigation Recommendations
A fix is available in Quarkus versions 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, and 3.35.2. Users should upgrade to these fixed versions to remediate the vulnerability. Additionally, as an immediate mitigation, configure a reverse proxy or load balancer in front of the Quarkus application to normalize incoming URL paths by stripping matrix parameters (semicolons) before requests reach the Quarkus security layer. Ensure that any proxy configuration changes are thoroughly tested and applied properly. This mitigation reduces the risk until the application is updated.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-04-07T19:13:20.378Z
- Cvss Version
- 4.0
- State
- PUBLISHED
- Vendor Advisory Urls
- [{"url":"https://access.redhat.com/security/cve/CVE-2026-39852","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:17789","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:25089","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:13631","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:11720","vendor":"Red Hat"},{"url":"https://access.redhat.com/errata/RHSA-2026:11721","vendor":"Red Hat"}]
Threat ID: 69fa5fd1cbff5d8610282e46
Added to database: 05/05/2026, 21:23:29 UTC
Last enriched: 08/13/2026, 13:02:08 UTC
Last updated: 09/18/2026, 10:01:31 UTC
Views: 213
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.