Show filters
66 Total Results
Displaying 31-40 of 66
Sort by:
Attacker Value
Unknown

CVE-2017-1000100

Disclosure Date: October 05, 2017 (last updated November 26, 2024)
When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.
0
Attacker Value
Unknown

CVE-2017-1000099

Disclosure Date: October 05, 2017 (last updated November 26, 2024)
When asking to get a file from a file:// URL, libcurl provides a feature that outputs meta-data about the file using HTTP-like headers. The code doing this would send the wrong buffer to the user (stdout or the application's provide callback), which could lead to other private data from the heap to get inadvertently displayed. The wrong buffer was an uninitialized memory area allocated on the heap and if it turned out to not contain any zero byte, it would continue and display the data following that buffer in memory.
0
Attacker Value
Unknown

CVE-2016-7167

Disclosure Date: October 07, 2016 (last updated November 08, 2023)
Multiple integer overflows in the (1) curl_escape, (2) curl_easy_escape, (3) curl_unescape, and (4) curl_easy_unescape functions in libcurl before 7.50.3 allow attackers to have unspecified impact via a string of length 0xffffffff, which triggers a heap-based buffer overflow.
0
Attacker Value
Unknown

CVE-2016-7141

Disclosure Date: October 03, 2016 (last updated November 25, 2024)
curl and libcurl before 7.50.2, when built with NSS and the libnsspem.so library is available at runtime, allow remote attackers to hijack the authentication of a TLS connection by leveraging reuse of a previously loaded client certificate from file for a connection for which no certificate has been set, a different vulnerability than CVE-2016-5420.
0
Attacker Value
Unknown

CVE-2016-5421

Disclosure Date: August 10, 2016 (last updated November 08, 2023)
Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors.
Attacker Value
Unknown

CVE-2016-5419

Disclosure Date: August 10, 2016 (last updated November 08, 2023)
curl and libcurl before 7.50.1 do not prevent TLS session resumption when the client certificate has changed, which allows remote attackers to bypass intended restrictions by resuming a session.
0
Attacker Value
Unknown

CVE-2016-5420

Disclosure Date: August 10, 2016 (last updated November 08, 2023)
curl and libcurl before 7.50.1 do not check the client certificate when choosing the TLS connection to reuse, which might allow remote attackers to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.
0
Attacker Value
Unknown

CVE-2015-3237

Disclosure Date: June 22, 2015 (last updated October 05, 2023)
The smb_request_state function in cURL and libcurl 7.40.0 through 7.42.1 allows remote SMB servers to obtain sensitive information from memory or cause a denial of service (out-of-bounds read and crash) via crafted length and offset values.
0
Attacker Value
Unknown

CVE-2015-3236

Disclosure Date: June 22, 2015 (last updated October 05, 2023)
cURL and libcurl 7.40.0 through 7.42.1 send the HTTP Basic authentication credentials for a previous connection when reusing a reset (curl_easy_reset) connection handle to send a request to the same host name, which allows remote attackers to obtain sensitive information via unspecified vectors.
0
Attacker Value
Unknown

CVE-2015-3153

Disclosure Date: May 01, 2015 (last updated October 05, 2023)
The default configuration for cURL and libcurl before 7.42.1 sends custom HTTP headers to both the proxy and destination server, which might allow remote proxy servers to obtain sensitive information by reading the header contents.
0