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 RHEL:7
curl
to version 0:7.29.0-46.el7_5.1 or higher.
This issue was patched in RHSA-2020:0544
.
Note: Versions mentioned in the description apply only to the upstream curl
package and not the curl
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
libcurl 7.1 through 7.57.0 might accidentally leak authentication data to third parties. When asked to send custom headers in its HTTP requests, libcurl will send that set of headers first to the host in the initial URL but also, if asked to follow redirects and a 30X HTTP response code is returned, to the host mentioned in URL in the Location:
response header value. Sending the same set of headers to subsequent hosts is in particular a problem for applications that pass on custom Authorization:
headers, as this header often contains privacy sensitive information or data that could allow others to impersonate the libcurl-using client's request.