LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22890: curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a co...

curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly "short-cut" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This curl/libcurl issue can let a malicious HTTPS proxy silently interfere with a connection under specific TLS 1.3 conditions. The business risk is highest where systems route outbound traffic through HTTPS proxies and rely on curl for trusted downloads, API calls, or automation.

Executive priority

Treat this as a targeted remediation item, not an internet-wide emergency. Prioritize environments that use HTTPS proxies or embedded libcurl in operational systems, especially where curl handles trusted downloads or API traffic.

Technical view

curl 7.63.0 through 7.75.0 can mishandle TLS 1.3 session tickets when an HTTPS proxy is used. libcurl may confuse proxy tickets with origin-server tickets, resume the wrong session, and skip the expected host certificate validation path, enabling unnoticed MITM under constrained conditions.

Likely exposure

Exposure is limited to curl or libcurl 7.63.0 through 7.75.0 using HTTPS proxies with TLS 1.3. Appliances, servers, scripts, and products embedding libcurl may be affected if their vendor shipped those versions.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Attack viability requires a malicious HTTPS proxy position and a certificate curl accepts for the targeted server, unless certificate verification was disabled.

Researcher notes

The core weakness is TLS channel confusion: proxy session tickets can be treated as origin tickets, leading to incorrect session resumption and certificate-check bypass behavior. Evidence supports affected versions and conditions, but the bundle does not provide active exploitation claims.

Mitigation direction

  • Inventory curl and libcurl versions across hosts, containers, and embedded products.
  • Upgrade affected curl/libcurl packages using vendor security advisories.
  • Review vendor guidance for products embedding libcurl, including appliances and bundled runtimes.
  • Avoid disabling TLS certificate verification in curl-based tooling.
  • Reduce reliance on untrusted HTTPS proxies for sensitive outbound connections.

Validation and detection

  • Confirm deployed curl/libcurl versions are not in the affected 7.63.0 through 7.75.0 range.
  • Identify workloads using HTTPS proxy configuration with curl or libcurl.
  • Check operating system and product advisories for fixed package availability.
  • Review automation and applications for disabled certificate verification settings.
  • Prioritize validation on systems handling trusted downloads, credentials, or API calls.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-300: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-22890 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
10Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2021-22890Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/ahttps://github.com/curl/curl7.63.0 to and including 7.75.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-300 · source CWE mapping

Channel Accessible by Non-Endpoint

Channel Accessible by Non-Endpoint represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.