CVE-2021-28363

MEDIUMCVSS 6.5/10EPSS 2.11%

Last modified

CVE-2021-28363 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn't given via proxy_config) doesn't verify the hostname of the certificate. EPSS estimates a 2.11% chance of exploitation in the next 30 days.

Description

The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn't given via proxy_config) doesn't verify the hostname of the certificate. This means certificates for different servers that still validate properly with the default urllib3 SSLContext will be silently accepted.

Metrics

CVSS 3.1
6.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

EPSS Probability
2.11%

79.4th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
PythonUrllib3>= 1.26.0, < 1.26.4
FedoraprojectFedora34
OraclePeoplesoft Enterprise Peopletools8.59

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2021-28363?
The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn't given via proxy_config) doesn't verify the hostname of the certificate. This means certificates for different servers that still validate properly with the default urllib3 SSLContext will be silently accepted.
How severe is CVE-2021-28363?
CVE-2021-28363 has a CVSS score of 6.5/10 (MEDIUM severity). The EPSS model estimates a 2.11% probability of exploitation in the next 30 days.
How do I fix CVE-2021-28363?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2021-28363?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST