VYPR

Maven package

org.apache.httpcomponents/httpclient

pkg:maven/org.apache.httpcomponents/httpclient

Vulnerabilities (6)

  • CVE-2020-13956Dec 2, 2020
    affected < 4.5.13fixed 4.5.13

    Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution.

  • CVE-2013-4366CriOct 30, 2017
    affected >= 4.3, < 4.3.1fixed 4.3.1

    http/impl/client/HttpClientBuilder.java in Apache HttpClient 4.3.x before 4.3.1 does not ensure that X509HostnameVerifier is not null, which allows attackers to have unspecified impact via vectors involving hostname verification.

  • CVE-2015-5262Oct 27, 2015
    affected < 4.3.6fixed 4.3.6

    http/conn/ssl/SSLConnectionSocketFactory.java in Apache HttpComponents HttpClient before 4.3.6 ignores the http.socket.timeout configuration setting during an SSL handshake, which allows remote attackers to cause a denial of service (HTTPS call hang) via unspecified vectors.

  • CVE-2012-6153Sep 4, 2014
    affected < 4.2.3fixed 4.2.3

    http/conn/ssl/AbstractVerifier.java in Apache Commons HttpClient before 4.2.3 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to sp

  • CVE-2014-3577Aug 21, 2014
    affected < 4.3.5fixed 4.3.5

    org.apache.http.conn.ssl.AbstractVerifier in Apache HttpComponents HttpClient before 4.3.5 and HttpAsyncClient before 4.0.2 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate,

  • CVE-2011-1498Jul 7, 2011
    affected >= 4.0.0, < 4.1.1fixed 4.1.1

    Apache HttpClient 4.x before 4.1.1 in Apache HttpComponents, when used with an authenticating proxy server, sends the Proxy-Authorization header to the origin server, which allows remote web servers to obtain sensitive information by logging this header.