PaloAltoNetworks / SafeNetworking

Read only mirror. To contribute or submit issues, please go to the website link --->
https://gitlab.com/panw-gse/as/SafeNetworking/
Apache License 2.0
12 stars 10 forks source link

Github ALERT: Vulnerability found in urllib3 import #83

Closed punisherVX closed 5 years ago

punisherVX commented 5 years ago

Remediation Upgrade urllib3 to version 1.24.2 or later.

For example:

urllib3>=1.24.2

CVE-2019-11324 More information 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.

zube[bot] commented 5 years ago

sdndude said: Updated requirements.txt to reflect remediation steps

Fixed in 8df16c6