CVE-2026-39852: Quarkus has Authentication/Authorization bypasses
(updated )
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.
References
- access.redhat.com/errata/RHSA-2026:11720
- access.redhat.com/errata/RHSA-2026:11721
- access.redhat.com/errata/RHSA-2026:13631
- access.redhat.com/errata/RHSA-2026:17789
- access.redhat.com/errata/RHSA-2026:25089
- access.redhat.com/errata/RHSA-2026:34608
- access.redhat.com/security/cve/CVE-2026-39852
- bugzilla.redhat.com/show_bug.cgi?id=2457819
- github.com/advisories/GHSA-rc95-pcm8-65v9
- github.com/quarkusio/quarkus/security/advisories/GHSA-rc95-pcm8-65v9
- nvd.nist.gov/vuln/detail/CVE-2026-39852
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-39852.json
Code Behaviors & Features
Detect and mitigate CVE-2026-39852 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →