Improper Certificate Validation in urllib3 Library Affecting Python Applications
CVE-2019-11324
7.5HIGH
What is CVE-2019-11324?
The urllib3 library versions prior to 1.24.2 for Python exhibit issues in how CA certificates are managed, specifically when the expected CA certificates differ from those stored in the operating system. This flaw can lead to situations where SSL connections fail to verify correctly, potentially allowing untrusted connections to succeed. The problem lies with the improper handling of parameters related to ssl_context and CA certificate settings, which could undermine the security of applications relying on this library.