mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
19 lines
948 B
Markdown
19 lines
948 B
Markdown
### [CVE-2021-28363](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28363)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuoct2021.html
|
|
|
|
#### Github
|
|
- https://github.com/noseka1/deep-dive-into-clair
|
|
- https://github.com/tern-tools/tern
|
|
|