AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-28363

MEDIUM · CVSS 6.5 EPSS 2.11% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-03-15 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-28363
Severity
MEDIUM
CVSS
6.5
EPSS
2.11%

Original NVD 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.