HTTP Header Injection Affecting io.vertx:vertx-core package, versions [,3.5.2)


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.42% (74th percentile)
Expand this section
NVD
5.3 medium

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 ID SNYK-JAVA-IOVERTX-32470
  • published 15 Aug 2018
  • disclosed 23 May 2018
  • credit Unknown

How to fix?

Upgrade io.vertx:vertx-core to version 3.5.2 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 HTTP Header Injection. The HttpServer response headers and HttpClient request headers do not check wether header name or value contain \r or \n chars. This allow unfiltered values to inject a new header in the client request or server response.