Lucene search

K
cvelistCurlCVELIST:CVE-2024-2466
HistoryMar 27, 2024 - 7:58 a.m.

CVE-2024-2466 TLS certificate check bypass with mbedTLS

2024-03-2707:58:24
curl
www.cve.org
7
cve-2024-2466
tls certificate check
libcurl
mbedtls
ip address
certificate bypass
https
ftps
imaps
pops3
smtps

AI Score

5.4

Confidence

High

EPSS

0

Percentile

13.5%

libcurl did not check the server certificate of TLS connections done to a host specified as an IP address, when built to use mbedTLS. libcurl would wrongly avoid using the set hostname function when the specified hostname was given as an IP address, therefore completely skipping the certificate check. This affects all uses of TLS protocols (HTTPS, FTPS, IMAPS, POPS3, SMTPS, etc).

CNA Affected

[
  {
    "vendor": "curl",
    "product": "curl",
    "versions": [
      {
        "version": "8.6.0",
        "status": "affected",
        "lessThanOrEqual": "8.6.0",
        "versionType": "semver"
      },
      {
        "version": "8.5.0",
        "status": "affected",
        "lessThanOrEqual": "8.5.0",
        "versionType": "semver"
      }
    ],
    "defaultStatus": "unaffected"
  }
]