rpm package
opensuse/curl&distro=openSUSE Tumbleweed
pkg:rpm/opensuse/curl&distro=openSUSE%20Tumbleweed
Vulnerabilities (176)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2018-16842 | Med | 4.4 | < 7.79.1-1.1 | 7.79.1-1.1 | Oct 31, 2018 | 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. | |
| CVE-2018-16840 | Cri | 9.8 | < 7.79.1-1.1 | 7.79.1-1.1 | Oct 31, 2018 | 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 mi | |
| CVE-2018-16839 | Med | 4.3 | < 7.79.1-1.1 | 7.79.1-1.1 | Oct 31, 2018 | 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. | |
| CVE-2018-14618 | Hig | 7.5 | < 7.79.1-1.1 | 7.79.1-1.1 | Sep 5, 2018 | 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 va | |
| CVE-2016-8625 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host. | |
| CVE-2016-8623 | Low | 3.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure. | |
| CVE-2016-8620 | Med | 6.5 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | The 'globbing' feature in curl before version 7.51.0 has a flaw that leads to integer overflow and out-of-bounds read via user controlled input. | |
| CVE-2016-8619 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | The function `read_data()` in security.c in curl before version 7.51.0 is vulnerable to memory double free. | |
| CVE-2016-8616 | Low | 3.7 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connectio | |
| CVE-2016-8615 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Aug 1, 2018 | A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar. | |
| CVE-2016-8621 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Jul 31, 2018 | The `curl_getdate` function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short. | |
| CVE-2016-8617 | Low | 3.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Jul 31, 2018 | The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via `CURLOPT_USERNAME`. | |
| CVE-2016-8624 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Jul 31, 2018 | curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '#' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that | |
| CVE-2016-8622 | Low | 3.7 | < 7.51.0-1.1 | 7.51.0-1.1 | Jul 31, 2018 | The URL percent-encoding decode function in libcurl before 7.51.0 is called `curl_easy_unescape`. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus th | |
| CVE-2016-8618 | Med | 5.3 | < 7.51.0-1.1 | 7.51.0-1.1 | Jul 31, 2018 | The libcurl API function called `curl_maprintf()` before version 7.51.0 can be tricked into doing a double-free due to an unsafe `size_t` multiplication, on systems using 32 bit `size_t` variables. | |
| CVE-2017-2629 | Med | 4.3 | < 7.79.1-1.1 | 7.79.1-1.1 | Jul 27, 2018 | curl before 7.53.0 has an incorrect TLS Certificate Status Request extension feature that asks for a fresh proof of the server's certificate's validity in the code that checks for a test success or failure. It ends up always thinking there's valid proof, even when there is none o | |
| CVE-2017-7468 | Med | 4.8 | < 7.79.1-1.1 | 7.79.1-1.1 | Jul 16, 2018 | In curl and libcurl 7.52.0 to and including 7.53.1, libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the ol | |
| CVE-2018-0500 | Cri | 9.8 | < 7.79.1-1.1 | 7.79.1-1.1 | Jul 11, 2018 | Curl_smtp_escape_eob in lib/smtp.c in curl 7.54.1 to and including curl 7.60.0 has a heap-based buffer overflow that might be exploitable by an attacker who can control the data that curl transmits over SMTP with certain settings (i.e., use of a nonstandard --limit-rate argument | |
| CVE-2018-1000301 | Cri | 9.1 | < 7.79.1-1.1 | 7.79.1-1.1 | May 24, 2018 | curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability | |
| CVE-2018-1000300 | Cri | 9.8 | < 7.79.1-1.1 | 7.79.1-1.1 | May 24, 2018 | curl version curl 7.54.1 to and including curl 7.59.0 contains a CWE-122: Heap-based Buffer Overflow vulnerability in denial of service and more that can result in curl might overflow a heap based memory buffer when closing down an FTP connection with very long server command rep |
- affected < 7.79.1-1.1fixed 7.79.1-1.1
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.
- affected < 7.79.1-1.1fixed 7.79.1-1.1
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 mi
- affected < 7.79.1-1.1fixed 7.79.1-1.1
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.
- affected < 7.79.1-1.1fixed 7.79.1-1.1
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 va
- affected < 7.51.0-1.1fixed 7.51.0-1.1
curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The 'globbing' feature in curl before version 7.51.0 has a flaw that leads to integer overflow and out-of-bounds read via user controlled input.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The function `read_data()` in security.c in curl before version 7.51.0 is vulnerable to memory double free.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connectio
- affected < 7.51.0-1.1fixed 7.51.0-1.1
A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The `curl_getdate` function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via `CURLOPT_USERNAME`.
- affected < 7.51.0-1.1fixed 7.51.0-1.1
curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '#' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The URL percent-encoding decode function in libcurl before 7.51.0 is called `curl_easy_unescape`. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus th
- affected < 7.51.0-1.1fixed 7.51.0-1.1
The libcurl API function called `curl_maprintf()` before version 7.51.0 can be tricked into doing a double-free due to an unsafe `size_t` multiplication, on systems using 32 bit `size_t` variables.
- affected < 7.79.1-1.1fixed 7.79.1-1.1
curl before 7.53.0 has an incorrect TLS Certificate Status Request extension feature that asks for a fresh proof of the server's certificate's validity in the code that checks for a test success or failure. It ends up always thinking there's valid proof, even when there is none o
- affected < 7.79.1-1.1fixed 7.79.1-1.1
In curl and libcurl 7.52.0 to and including 7.53.1, libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the ol
- affected < 7.79.1-1.1fixed 7.79.1-1.1
Curl_smtp_escape_eob in lib/smtp.c in curl 7.54.1 to and including curl 7.60.0 has a heap-based buffer overflow that might be exploitable by an attacker who can control the data that curl transmits over SMTP with certain settings (i.e., use of a nonstandard --limit-rate argument
- affected < 7.79.1-1.1fixed 7.79.1-1.1
curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability
- affected < 7.79.1-1.1fixed 7.79.1-1.1
curl version curl 7.54.1 to and including curl 7.59.0 contains a CWE-122: Heap-based Buffer Overflow vulnerability in denial of service and more that can result in curl might overflow a heap based memory buffer when closing down an FTP connection with very long server command rep
Page 7 of 9