Server Side Request Forgery (SSRF) Affecting org.asynchttpclient:async-http-client-project package, versions [,2.0.35)


0.0
high

Snyk CVSS

    Attack Complexity Low
    Integrity High

    Threat Intelligence

    EPSS 0.43% (75th percentile)
Expand this section
NVD
7.5 high

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-ORGASYNCHTTPCLIENT-31523
  • published 27 Sep 2017
  • disclosed 28 Aug 2017
  • credit Nicolas Grégoire

How to fix?

Upgrade org.asynchttpclient:async-http-client-project to version 2.0.35 or higher.

Overview

org.asynchttpclient:async-http-client-project is a package that allows Java applications to easily execute HTTP requests and asynchronously process the response.

Affected versions of this package are vulnerable to Server Side Request Forgery (SSRF). Async Http Client (aka async-http-client) before 2.0.35 can be tricked into connecting to a host different from the one extracted by java.net.URI if a '?' character occurs in a fragment identifier. Similar bugs were previously identified in cURL (CVE-2016-8624) and Oracle Java 8 java.net.URL.