Lucene search
+L

10745 matches found

OSV
OSV
added 2016/11/02 11:08 a.m.27 views

SUSE-SU-2016:2699-1 Security update for curl

This update for curl fixes the following security issues: - CVE-2016-8624: invalid URL parsing with '' bsc1005646 - CVE-2016-8623: Use-after-free via shared cookies bsc1005645 - CVE-2016-8622: URL unescape heap overflow via integer truncation bsc1005643 - CVE-2016-8621: curlgetdate read out of...

9.8CVSS8.4AI score0.11737EPSS
SaveExploits0References23
OSV
OSV
added 2016/11/02 11:07 a.m.8 views

SUSE-SU-2016:2700-1 Security update for curl

This update for curl fixes the following issues: - CVE-2016-8624: invalid URL parsing with '' bsc1005646 - CVE-2016-8623: Use-after-free via shared cookies bsc1005645 - CVE-2016-8621: curlgetdate read out of bounds bsc1005642 - CVE-2016-8619: double-free in krb5 code bsc1005638 - CVE-2016-8618:...

9.8CVSS7.4AI score0.14596EPSS
SaveExploits0References24
RedhatCVE
RedhatCVE
added 2016/11/02 8:47 a.m.27 views

CVE-2016-8619

The function readdata in security.c in curl before version 7.51.0 is vulnerable to memory double free...

9.8CVSS3.4AI score0.04989EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/11/02 8:47 a.m.47 views

CVE-2016-8616

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 connection-scoped...

5.9CVSS4.1AI score0.03472EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/11/02 8:47 a.m.40 views

CVE-2016-8617

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 CURLOPTUSERNAME...

7CVSS4.9AI score0.00593EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/11/02 8:17 a.m.26 views

CVE-2016-8615

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...

7.5CVSS1AI score0.04756EPSS
SaveExploits0References2
OSV
OSV
added 2016/11/02 8:00 a.m.13 views

CURL-CVE-2016-8625 IDNA 2003 makes curl use wrong host

When curl is built with libidn to handle International Domain Names IDNA, it translates them to puny code for DNS resolving using the IDNA 2003 standard, while IDNA 2008 is the modern and up-to-date IDNA standard. This misalignment causes problems with for example domains using the German ß...

7.5CVSS7.5AI score0.04321EPSS
SaveExploits0
OSV
OSV
added 2016/11/02 8:00 a.m.6 views

CURL-CVE-2016-8615 cookie injection for other servers

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. The issue pertains to the function that loads cookies into memory, which reads the specified file...

7.5CVSS7.6AI score0.04756EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.16 views

glob parser write/read out of bounds

The curl tool's "globbing" feature allows a user to specify a numerical range through which curl iterates. It is typically specified as 1-5, specifying the first and the last numbers in the range. Or with a-z, using letters. 1. The curl code for parsing the second unsigned number did not check fo...

9.8CVSS7.7AI score0.04667EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2016/11/02 8:00 a.m.12 views

CURL-CVE-2016-8623 Use after free via shared cookies

libcurl explicitly allows users to share cookies between multiple easy handles that are concurrently employed by different threads. When cookies to be sent to a server are collected, the matching function collects all cookies to send and the cookie lock is released immediately afterwards. That...

7.5CVSS8.5AI score0.02753EPSS
SaveExploits0
OSV
OSV
added 2016/11/02 8:00 a.m.13 views

CURL-CVE-2016-8621 curl_getdate read out of bounds

The curlgetdate converts a given date string into a numerical timestamp and it supports a range of different formats and possibilities to express a date and time. The underlying date parsing function is also used internally when parsing for example HTTP cookies possibly received from remote serve...

7.5CVSS8.5AI score0.05209EPSS
SaveExploits0
OSV
OSV
added 2016/11/02 8:00 a.m.11 views

CURL-CVE-2016-8618 double free in curl_maprintf

The libcurl API function called curlmaprintf can be tricked into doing a double free due to an unsafe sizet multiplication, on systems using 32-bit sizet variables. The function is also used internally in numerous situations. The function doubles an allocated memory area with realloc and allows t...

9.8CVSS7.4AI score0.04837EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.16 views

invalid URL parsing with '#'

curl does not parse the authority component of the URL correctly when the host name part ends with a hash character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use a URL parser that follows the RFC to check for allowed...

7.5CVSS7.3AI score0.06253EPSS
SaveExploits0Affected Software2
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.16 views

double free in krb5 code

In curl's implementation of the Kerberos authentication mechanism, the function readdata in security.c is used to fill the necessary krb5 structures. When reading one of the length fields from the socket, it fails to ensure that the length parameter passed to realloc is not set to 0. This would...

9.8CVSS7.1AI score0.04989EPSS
SaveExploits0Affected Software2
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.16 views

IDNA 2003 makes curl use wrong host

When curl is built with libidn to handle International Domain Names IDNA, it translates them to puny code for DNS resolving using the IDNA 2003 standard, while IDNA 2008 is the modern and up-to-date IDNA standard. This misalignment causes problems with for example domains using the German ß...

7.5CVSS7.2AI score0.04321EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2016/11/02 8:00 a.m.14 views

CURL-CVE-2016-8620 glob parser write/read out of bounds

The curl tool's "globbing" feature allows a user to specify a numerical range through which curl iterates. It is typically specified as 1-5, specifying the first and the last numbers in the range. Or with a-z, using letters. 1. The curl code for parsing the second unsigned number did not check fo...

9.8CVSS7.1AI score0.04667EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.17 views

case insensitive password comparison

When reusing a connection, curl was doing case insensitive comparisons of username and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connection-scoped credentials, an attacker can cause that connection to be...

5.9CVSS6.8AI score0.03472EPSS
SaveExploits0Affected Software2
curl security advisories
curl security advisories
added 2016/11/02 8:00 a.m.16 views

double free in curl_maprintf

The libcurl API function called curlmaprintf can be tricked into doing a double free due to an unsafe sizet multiplication, on systems using 32-bit sizet variables. The function is also used internally in numerous situations. The function doubles an allocated memory area with realloc and allows t...

9.8CVSS7.1AI score0.04837EPSS
SaveExploits0Affected Software2
OSV
OSV
added 2016/11/02 8:00 a.m.11 views

CURL-CVE-2016-8619 double free in krb5 code

In curl's implementation of the Kerberos authentication mechanism, the function readdata in security.c is used to fill the necessary krb5 structures. When reading one of the length fields from the socket, it fails to ensure that the length parameter passed to realloc is not set to 0. This would...

9.8CVSS6.8AI score0.04989EPSS
SaveExploits0
OSV
OSV
added 2016/11/02 8:00 a.m.16 views

CURL-CVE-2016-8624 invalid URL parsing with '#'

curl does not parse the authority component of the URL correctly when the host name part ends with a hash character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use a URL parser that follows the RFC to check for allowed...

7.5CVSS8.4AI score0.06253EPSS
SaveExploits0
Rows per page
Query Builder