Origin Validation Error Affecting io.vertx:vertx-core package, versions [4.0.0.Beta1,4.5.30)[5.0.0.CR1,5.1.5)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.2% (10th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-JAVA-IOVERTX-19433234
  • published31 Aug 2026
  • disclosed14 Jul 2026
  • creditKairo de Araujo

Introduced: 14 Jul 2026

CVE-2026-15075  (opens in a new tab)
CWE-346  (opens in a new tab)

How to fix?

Upgrade io.vertx:vertx-core to version 4.5.30, 5.1.5 or higher.

Overview

io.vertx:vertx-core is a tool-kit for building reactive applications on the JVM.

Affected versions of this package are vulnerable to Origin Validation Error in the DefaultRedirectHandler, which forwards request headers, including Authorization, Cookie, Proxy-Authorization, and custom headers such as X-API-Token, across cross-origin redirects without comparing the scheme, host, and port of the origin. An attacker controlling a redirect destination can capture bearer tokens, basic-auth credentials, session cookies, and API keys attached to the original request by returning a redirect to a host they control. This requires the attacker to cause a Vert.x HttpClient request to be redirected to that host, such as through a webhook dispatcher or image proxy that follows redirects.

Workaround

This vulnerability can be avoided by disabling automatic redirect following on the HttpClient (for example setFollowRedirects(false)) for requests that carry credentials, so credential headers are not replayed to a redirect target.

CVSS Base Scores

version 4.0
version 3.1