When asked to do a TLS connection (HTTPS, FTPS, IMAPS, etc) to a URL specified with an IP address instead of a name, libcurl would wrongly not verify the server's name in the certificate. The signature (whether it was signed by a trusted CA) and validity (whether the date was within the certificate's lifetime and it was not revoked) verification was still performed.
This is a problem in libcurl built to use the Secure Transport backend. Secure Transport is the TLS library present and used on Mac OS X and iOS.
Only users on Mac OS X or iOS can be affected by this, and only if libcurl was built to use the native TLS backend library.
This problem was initially used as an example of the Apple SSL bug that hit the news in late February 2014 but that was not correct.
{
"affects": "both",
"package": "curl",
"CWE": {
"desc": "Improper Validation of Certificate with Host Mismatch",
"id": "CWE-297"
},
"severity": "Medium",
"URL": "https://curl.se/docs/CVE-2014-1263.json",
"last_affected": "7.35.0",
"www": "https://curl.se/docs/CVE-2014-1263.html"
}[
{
"digest": {
"length": 12664.0,
"function_hash": "118892292214048643035672840983136210857"
},
"deprecated": false,
"source": "https://github.com/curl/curl.git/commit/afc6e5004fabee590e41ffe750a237e1187fbbbd",
"signature_type": "Function",
"target": {
"file": "lib/vtls/curl_darwinssl.c",
"function": "darwinssl_connect_step1"
},
"signature_version": "v1",
"id": "CURL-CVE-2014-1263-46deb206"
},
{
"digest": {
"threshold": 0.9,
"line_hashes": [
"316255875844261537459574858674279425871",
"239378137043493369965312323354307456067",
"204640828372644162492254219113765752460",
"219459843959473681948300350369099033059",
"58683795751729623030046900533268359601",
"68010053885667392452433109099392771147",
"326748351302449136049322361015970921228",
"244996404508351932339435100811283724032",
"208098070630273559268760496294166926428",
"131374684106720825121641423745765234123",
"264295880985067059370503250389482572375",
"316499748253954725996549419519249869439",
"304252583710625668890348546343893798971",
"319139195181975568023432909836975337027"
]
},
"deprecated": false,
"source": "https://github.com/curl/curl.git/commit/afc6e5004fabee590e41ffe750a237e1187fbbbd",
"signature_type": "Line",
"target": {
"file": "lib/vtls/curl_darwinssl.c"
},
"signature_version": "v1",
"id": "CURL-CVE-2014-1263-8945bbe3"
}
]
"https://curl.se/docs/CURL-CVE-2014-1263.json"
"2026-05-27T02:29:18Z"