Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade org.apache.httpcomponents:httpclient
to version 4.3.4 or higher.
org.apache.httpcomponents:httpclient is an HttpClient component of the Apache HttpComponents project.
Affected versions of this package are vulnerable to Man-in-the-Middle (MitM) due to not verify the requesting server's hostname against existing domain names in the SSL Certificate.
The AbstractVerifier
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 spoof SSL servers via a "CN="
string in a field in the distinguished name (DN) of a certificate, as demonstrated by the "foo,CN=www.apache.org"
string in the O
field.