Skip to content
VulniPulse
High7.5Red Hat Linux

High [CVE-2026-15075] Information disclosure via improper handling of HTTP 30x redirects

This high-severity Red Hat Linux advisory covers CVE-2026-15075 affecting Red Hat Build of Apache Camel 4.18 for Quarkus 3.33, Red Hat build of Quarkus 3.27.4.SP3, Red Hat build of Quarkus 3.33.2.SP3.

CVE-2026-15075 Published Jul 14, 2026Updated by vendor Jul 14, 2026
Affected products & platforms
Red Hat LinuxUnclassified
Open vendor advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

In Eclipse Vert.x versions up to and including 4.5.29 (4.x branch) and 5.1.4 (5.x branch), DefaultRedirectHandler (vertx-core) propagates all request headers as-is across cross-origin HTTP 30x redirects. Only Content-Length is stripped; no origin comparison (scheme, host, port) is performed before copying headers to the redirect target.

As a result, credential headers, including Authorization, Cookie, Proxy-Authorization, and arbitrary custom headers such as X-API-Token, are forwarded to the redirect destination without the caller's knowledge.

An attacker who can cause a Vert.x HttpClient to issue a request that is redirected to an attacker-controlled host (for example, by supplying a URL to a webhook dispatcher, image proxy, or microservice URL fetcher) can capture bearer tokens, basic-auth credentials, session cookies, and API keys attached to the original request.

This allows the attacker to capture sensitive information such as bearer tokens, basic authentication credentials, session cookies, and API keys, leading to unauthorized access or further attacks.

This is an Important information disclosure flaw in Eclipse Vert.x's `DefaultRedirectHandler` that affects Red Hat products utilizing `vertx-core` for HTTP client operations.

Affected versions
  • 4.5.29
  • 5.1.4

Official advisory · high-confidence parse· fetched 6 days ago·verify at source

Fixed versions
  • smallrye-mutiny-vertx-core
  • vertx-core
  • vertx-core-logging
  • RHSA-2026:48118
  • RHSA-2026:47189
  • RHSA-2026:47172
  • RHSA-2026:54435

Official advisory · high-confidence parse· fetched 6 days ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • To mitigate this issue, configure applications utilizing Vert.x HttpClient to strictly validate and restrict the URLs to which HTTP requests can be redirected. Implement allowlists for trusted domains and ensure that any user-supplied or external URLs processed by Vert.x HttpClient are thoroughly sanitized and validated to prevent redirection to attacker-controlled destinations. This may involve updating application-specific configurations or implementing custom URL validation logic. A service restart or reload may be required for changes to take effect.

Official advisory · high-confidence parse· fetched 6 days ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.