LiveActive security incident?Get immediate response
CVE Record

CVE-2022-43551: A vulnerability exists in curl <7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP.

A vulnerability exists in curl <7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. However, the HSTS mechanism could be bypassed if the host name in the given URL first uses IDN characters that get replaced to ASCII counterparts as part of the IDN conversion. Like using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop (U+002E) `.`. Then in a subsequent request, it does not detect the HSTS state and makes a clear text transfer. Because it would store the info IDN encoded but look for it IDN decoded.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

curl could fail to enforce a saved HTTPS-only rule when a hostname used certain internationalized dot characters. A user or automated process expecting curl to upgrade HTTP to HTTPS could instead make a clear-text HTTP transfer. The main business risk is confidentiality loss for sensitive data sent over HTTP.

Executive priority

Prioritize remediation where curl handles credentials, tokens, personal data, or internal service traffic. This is high severity because it can silently remove HTTPS protection, but evidence provided does not support emergency active-exploitation treatment.

Technical view

In curl versions before 7.87.0, HSTS state could be stored using one IDN hostname form and later looked up using another. This mismatch let HSTS be bypassed for hostnames using IDN characters such as an ideographic full stop, causing curl to continue with HTTP.

Likely exposure

Exposure is most likely on systems, applications, scripts, or appliances using curl or libcurl below 7.87.0 with HSTS enabled and workflows that rely on HTTP-to-HTTPS upgrading.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The vulnerability is network-reachable, low-complexity, and requires no privileges or user interaction, but the cited impact is confidentiality loss only.

Researcher notes

Focus review on HSTS-enabled curl/libcurl consumers before 7.87.0 and IDN hostname normalization behavior. Evidence supports an HSTS bypass leading to clear-text transfer; it does not establish integrity impact, availability impact, or public exploitation.

Mitigation direction

  • Upgrade curl or libcurl to 7.87.0 or later.
  • Apply vendor-patched packages from affected Linux or appliance vendors.
  • Review Fedora, Gentoo, NetApp, or other vendor guidance for product-specific fixes.
  • Use explicit HTTPS URLs for sensitive transfers where operationally possible.

Validation and detection

  • Inventory curl and libcurl versions across servers, containers, endpoints, and appliances.
  • Flag any curl or libcurl version below 7.87.0.
  • Check whether applications use curl HSTS support with HTTP URLs.
  • Confirm vendor package versions include the CVE-2022-43551 fix.
Prepared
Confidence
high
Sources
6

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-319: 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-2022-43551 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
5Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-43551Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/ahttps://github.com/curl/curlFixed in curl 7.87.0Listed
Weakness

CWE details

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

CWE-319 · source CWE mapping

Cleartext Transmission of Sensitive Information

Cleartext Transmission of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.