Description
A flaw was found in quarkus-spring-web. A remote attacker could exploit this vulnerability by manipulating the URL query string. The system incorrectly reads the URL query string as a request header, which can lead to an authorization bypass, allowing unauthorized access to resources.
Published: n/a
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw has been discovered in quarkus-spring-web. By manipulating the URL query string, a remote attacker can cause the application to interpret the query string as a request header. This misinterpretation allows the attacker to bypass authorization checks and gain unauthorized access to protected resources. The weakness aligns with CWE-551, an Authorization Bypass through User-Controlled Key.

Affected Systems

The vulnerability affects the quarkus-spring-web component of the Quarkus framework. Specific affected versions are not listed in the available data, so any deployment that includes quarkus-spring-web may be susceptible until a fix is released.

Risk and Exploitability

The absence of an EPSS score and KEV listing makes the exploitation probability uncertain. However, the flaw permits remote authorization bypass, which is significant because it allows an attacker to access any protected resource without credentials. Attackers can trigger the vulnerability by sending a crafted HTTP request with a specially formed query string. Until a patch is applied, the project remains at risk for unauthorized access.

Generated by OpenCVE AI on September 1, 2026 at 13:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of quarkus-spring-web that contains the fix for the authorization bypass.
  • If an upgrade is not immediately possible, modify the application to parse query strings separately from request headers and enforce strict authorization checks before granting access.
  • Monitor HTTP traffic for anomalous query parameters that could be attempting to override request headers and block or log such requests.

Generated by OpenCVE AI on September 1, 2026 at 13:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in quarkus-spring-web. A remote attacker could exploit this vulnerability by manipulating the URL query string. The system incorrectly reads the URL query string as a request header, which can lead to an authorization bypass, allowing unauthorized access to resources.
Title quarkus-spring-web: quarkus-spring-web: Authorization bypass via URL query string manipulation
Weaknesses CWE-551
References
Metrics threat_severity

None

threat_severity

Important


Subscriptions

No data.

cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-31T11:29:32Z

Links: CVE-2026-19651 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T13:45:05Z

Weaknesses
  • CWE-551

    Incorrect Behavior Order: Authorization Before Parsing and Canonicalization