fabric8-analytics-server icon indicating copy to clipboard operation
fabric8-analytics-server copied to clipboard

Fix the following security issues caused by usage of old 'urllib3' library

Open tisnik opened this issue 6 years ago • 0 comments

Security issue additional info:

CVE-2019-11324

high severity
Vulnerable versions: < 1.24.2
Patched version: 1.24.2

The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.

tisnik avatar Apr 26 '19 06:04 tisnik