HTTP Response Splitting The advisory has been revoked - it doesn't affect any version of package org.http4s:http4s-server_3  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.74% (72nd 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-ORGHTTP4S-1657557
  • published22 Sept 2021
  • disclosed22 Sept 2021
  • creditUnknown

Introduced: 22 Sep 2021

CVE-2021-41084  (opens in a new tab)
CWE-113  (opens in a new tab)

Amendment

This was deemed not a vulnerability.

Overview

Affected versions of this package are vulnerable to HTTP Response Splitting when untrusted user input is used to create any of the following fields:

  1. Header names (Header.name)

  2. Header values (Header.value)

  3. Status reason phrases (Status.reason)

  4. URI paths (Uri.Path)

  5. URI authority registered names (URI.RegName)

References