Show filters
148 Total Results
Displaying 71-80 of 148
Sort by:
Attacker Value
Unknown
CVE-2019-5443
Disclosure Date: July 02, 2019 (last updated November 27, 2024)
A non-privileged user or program can put code and a config file in a known non-privileged path (under C:/usr/local/) that will make curl <= 7.65.1 automatically run the code (as an openssl "engine") on invocation. If that curl is invoked by a privileged user it can do anything it wants.
0
Attacker Value
Unknown
CVE-2019-5436
Disclosure Date: May 28, 2019 (last updated November 08, 2023)
A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.
0
Attacker Value
Unknown
CVE-2019-5435
Disclosure Date: May 28, 2019 (last updated November 08, 2023)
An integer overflow in curl's URL API results in a buffer overflow in libcurl 7.62.0 to and including 7.64.1.
0
Attacker Value
Unknown
CVE-2019-3823
Disclosure Date: February 06, 2019 (last updated November 08, 2023)
libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn't NUL terminated and contains no character ending the parsed number, and `len` is set to 5, then the `strtol()` call reads beyond the allocated buffer. The read contents will not be returned to the caller.
0
Attacker Value
Unknown
CVE-2019-3822
Disclosure Date: February 06, 2019 (last updated November 08, 2023)
libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large 'nt response' data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a 'large value' needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.
0
Attacker Value
Unknown
CVE-2018-16842
Disclosure Date: October 31, 2018 (last updated November 27, 2024)
Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.
0
Attacker Value
Unknown
CVE-2018-16839
Disclosure Date: October 31, 2018 (last updated November 08, 2023)
Curl versions 7.33.0 through 7.61.1 are vulnerable to a buffer overrun in the SASL authentication code that may lead to denial of service.
0
Attacker Value
Unknown
CVE-2018-16840
Disclosure Date: October 31, 2018 (last updated November 27, 2024)
A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the code related to closing an easy handle. When closing and cleaning up an 'easy' handle in the `Curl_close()` function, the library code first frees a struct (without nulling the pointer) and might then subsequently erroneously write to a struct field within that already freed struct.
0
Attacker Value
Unknown
CVE-2018-14618
Disclosure Date: September 05, 2018 (last updated November 27, 2024)
curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
0
Attacker Value
Unknown
CVE-2003-1605
Disclosure Date: August 23, 2018 (last updated November 27, 2024)
curl 7.x before 7.10.7 sends CONNECT proxy credentials to the remote server.
0