Lookup for vulnerable packages by Package URL.

Purlpkg:maven/org.http4s/http4s-async-http-client_2.12@0.18.22
Typemaven
Namespaceorg.http4s
Namehttp4s-async-http-client_2.12
Version0.18.22
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version0.21.8
Latest_non_vulnerable_version0.21.8
Affected_by_vulnerabilities
0
url VCID-tsxs-hxbv-4qgd
vulnerability_id VCID-tsxs-hxbv-4qgd
summary
Memory exhaustion in http4s-async-http-client with large or malicious compressed responses
### Impact
A server we connect to with http4s-async-http-client could theoretically respond with a large or malicious compressed stream and exhaust memory in the client JVM.  It does not affect http4s servers, other client backends, or clients that speak only to trusted servers.  This is related to a transitive dependency on netty-codec-4.1.45.Final, which is affected by [CVE-2020-11612](https://app.snyk.io/vuln/SNYK-JAVA-IONETTY-564897).

### Patches
Upgrade to http4s-async-http-client >= 0.21.8.  All 1.0 milestones are also safe.

### Workarounds
Add an explicit runtime dependency on async-http-client's netty dependencies that evicts them to an unaffected version:

```scala
libraryDependencies ++= Seq(
  "io.netty" %  "netty-codec"         % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-codec-socks"   % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-handler-proxy" % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-common"        % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-transport"     % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-handler"       % "4.1.53.Final" % Runtime,
  "io.netty" %  "netty-resolver-dns"  % "4.1.53.Final" % Runtime
)
```

### References
* https://app.snyk.io/vuln/SNYK-JAVA-IONETTY-564897
* https://github.com/http4s/http4s/issues/3681

### For more information
If you have any questions or comments about this advisory:
* Open an issue in [http4s](https://github.com/http4s/http4s/issues/new)
* Contact a maintainer privately per [http4s' security policy](https://github.com/http4s/http4s/blob/master/SECURITY.md#reporting-a-vulnerability)
references
0
reference_url https://github.com/http4s/http4s
reference_id
reference_type
scores
0
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/http4s/http4s
1
reference_url https://github.com/advisories/GHSA-8hxh-r6f7-jf45
reference_id GHSA-8hxh-r6f7-jf45
reference_type
scores
0
value LOW
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-8hxh-r6f7-jf45
2
reference_url https://github.com/http4s/http4s/security/advisories/GHSA-8hxh-r6f7-jf45
reference_id GHSA-8hxh-r6f7-jf45
reference_type
scores
0
value LOW
scoring_system cvssv3.1_qr
scoring_elements
1
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/http4s/http4s/security/advisories/GHSA-8hxh-r6f7-jf45
fixed_packages
0
url pkg:maven/org.http4s/http4s-async-http-client_2.12@0.21.8
purl pkg:maven/org.http4s/http4s-async-http-client_2.12@0.21.8
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.http4s/http4s-async-http-client_2.12@0.21.8
aliases GHSA-8hxh-r6f7-jf45, GMS-2020-578, GMS-2020-579
risk_score 1.4
exploitability 0.5
weighted_severity 2.7
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-tsxs-hxbv-4qgd
Fixing_vulnerabilities
Risk_score1.4
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:maven/org.http4s/http4s-async-http-client_2.12@0.18.22