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.
Published: 2026-05-05
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path‑normalization inconsistency in Quarkus allows an attacker to append a semicolon and arbitrary text to a URL (for example, /api/admin;anything) so that the security layer authorizes the request while the routing layer resolves the request to a protected endpoint. This flaw enables unauthenticated or low‑privileged users to access resources guarded by HTTP path‑based policies, effectively granting them higher privileges than intended. The vulnerability stems from the mismatch in handling matrix parameters between the security layer (which preserves them) and RESTEasy Reactive (which strips them).

Affected Systems

The issue affects all releases of Quarkus 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. Organizations using the Quarkus framework for web services should verify their installed version and identify whether they run a vulnerable release.

Risk and Exploitability

The flaw carries a CVSS score of 8.8, indicating a high severity. Because the attack requires only a crafted HTTP request and does not need any pre‑existing credentials, the risk surface is broad. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The exploitability is straightforward: an attacker can directly reach the protected endpoint over the network, potentially achieving unauthorized actions if the endpoint performs privileged functions.

Generated by OpenCVE AI on May 5, 2026 at 22:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Quarkus to any supported release that includes the fix, such as 3.20.6.1, 3.27.3.1, 3.33.1.1, 3.35.1.1, 3.34.7, or 3.35.2, or any later version that has merged these patches.
  • Modify the application or RESTEasy Reactive configuration to strip or reject semicolons and matrix parameters from request paths before authentication checks are performed, ensuring that path normalization is consistent across layers.
  • Deploy a reverse‑proxy or firewall rule that rejects URLs containing semicolons to block the bypass attempt until a patch is applied.

Generated by OpenCVE AI on May 5, 2026 at 22:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-rc95-pcm8-65v9 Quarkus has Authentication/Authorization bypasses
History

Tue, 05 May 2026 21:15:00 +0000

Type Values Removed Values Added
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.
Title Quarkus authorization bypass via semicolon path normalization inconsistency
Weaknesses CWE-863
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-05T20:58:29.575Z

Reserved: 2026-04-07T19:13:20.378Z

Link: CVE-2026-39852

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-05-05T21:16:22.823

Modified: 2026-05-05T21:16:22.823

Link: CVE-2026-39852

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-05T22:30:33Z

Weaknesses