Lucene search
+L

3167 matches found

RedHat Linux
RedHat Linux
added 2018/11/13 8:36 a.m.12 views

curl: Use of connection struct after free

A use-after-free flaw was found in libcurl. When invoking curleasyperform after cleaning up a multi session, an application can be tricked into using libcurl to connect to a malicious server, allowing an attacker to potentially execute arbitrary code. The highest threat from this vulnerability is...

8.1CVSS7.4AI score0.08037EPSS
SaveExploits0References5
ArchLinux
ArchLinux
added 2018/11/06 12:00 a.m.46 views

[ASA-201811-7] lib32-libcurl-gnutls: arbitrary code execution

Arch Linux Security Advisory ASA-201811-7 ========================================= Severity: High Date : 2018-11-06 CVE-ID : CVE-2018-16839 CVE-2018-16840 Package : lib32-libcurl-gnutls Type : arbitrary code execution Remote : Yes Link : https://security.archlinux.org/AVG-798 Summary ======= The...

9.8CVSS1AI score0.05782EPSS
SaveExploits0References7
ArchLinux
ArchLinux
added 2018/11/06 12:00 a.m.66 views

[ASA-201811-6] libcurl-gnutls: arbitrary code execution

Arch Linux Security Advisory ASA-201811-6 ========================================= Severity: High Date : 2018-11-06 CVE-ID : CVE-2018-16840 Package : libcurl-gnutls Type : arbitrary code execution Remote : Yes Link : https://security.archlinux.org/AVG-799 Summary ======= The package libcurl-gnut...

9.8CVSS1AI score0.03398EPSS
SaveExploits0References4
ArchLinux
ArchLinux
added 2018/11/06 12:00 a.m.33 views

[ASA-201811-5] libcurl-compat: arbitrary code execution

Arch Linux Security Advisory ASA-201811-5 ========================================= Severity: High Date : 2018-11-06 CVE-ID : CVE-2018-16840 Package : libcurl-compat Type : arbitrary code execution Remote : Yes Link : https://security.archlinux.org/AVG-800 Summary ======= The package libcurl-comp...

9.8CVSS1AI score0.03398EPSS
SaveExploits0References4
OSV
OSV
added 2018/10/31 8:00 a.m.15 views

CURL-CVE-2018-16839 SASL password overflow via integer overflow

libcurl contains a buffer overrun in the SASL authentication code. The internal function Curlauthcreateplainmessage fails to correctly verify that the passed in lengths for name and password are not too long, then calculates a buffer size to allocate. On systems with a 32-bit sizet, the math to...

9.8CVSS8AI score0.05782EPSS
SaveExploits0
OSV
OSV
added 2018/10/31 8:00 a.m.15 views

CURL-CVE-2018-16840 use after free in handle close

libcurl contains a heap use after free flaw in code related to closing an easy handle. When closing and cleaning up an "easy" handle in the Curlclose function, the library code first frees a struct without clearing the pointer and might then subsequently erroneously write to a struct field within...

9.8CVSS9.5AI score0.03398EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2018/10/30 2:57 p.m.84 views

curl: HTTP authentication leak in redirects

It was found that curl and libcurl might send their Authentication header to a third party HTTP server upon receiving an HTTP REDIRECT reply. This could leak authentication token to external entities...

9.8CVSS7.3AI score0.08031EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/10/30 2:57 p.m.11 views

curl: LDAP NULL pointer dereference

A NULL pointer dereference flaw was found in the way libcurl checks values returned by the openldap ldapgetattributeber function. A malicious LDAP server could use this flaw to crash a libcurl client application via a specially crafted LDAP reply...

7.5CVSS7.3AI score0.09205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/10/30 2:57 p.m.12 views

curl: FTP path trickery leads to NIL byte out of bounds write

It was found that libcurl did not safely parse FTP URLs when using the CURLOPTFTPFILEMETHOD method. An attacker, able to provide a specially crafted FTP URL to an application using libcurl, could write a NULL byte at an arbitrary location, resulting in a crash or an unspecified behavior...

9.8CVSS7.4AI score0.11608EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2018/09/12 11:20 p.m.37 views

Security Bulletin: Vulnerabilities in cURL/libcURL affect IBM Flex System FC3171 8Gb SAN Switch & SAN Pass-thru

Summary The following vulnerabilities in cURL/libcURL have been addressed by IBM Flex System FC3171 8Gb SAN Switch & SAN Pass-thru. Vulnerability Details CVEID: CVE-2018-1000007 DESCRIPTION: cURL libcurl could allow a remote attacker to obtain sensitive information, caused by a flaw when passing ...

9.8CVSS0.5AI score0.08031EPSS
SaveExploits0Affected Software1
Veracode
Veracode
added 2018/09/06 1:26 a.m.26 views

Denial Of Service (DoS) Through Integer Overflow

libcurl.so is vulnerable to denial of service DoS through integer overflow attacks. The vulnerability exists due to the lack of bounds check on len as it is possible to overflow the value of sizet when performing malloclen 2 in Curlntlmcoremknthash of curlntlmcore.c, allowing DoS attacks...

9.8CVSS9AI score0.11115EPSS
SaveExploits0References12Affected Software5
CNVD
CNVD
added 2018/09/06 12:00 a.m.6 views

libcurl Buffer Overflow Vulnerability

libcurl is a free and easy to use client-side URL transport library . A buffer overflow vulnerability exists in lib/curlntlmcore.c in libcurlntlmcoremknthash in Libcurl 7.15.4 - 7.61.0. A remote user can exploit this vulnerability by sending a specially crafted NTLM authentication password to...

10CVSS8.6AI score0.11115EPSS
SaveExploits0References1
curl security advisories
curl security advisories
added 2018/09/05 8:00 a.m.16 views

NTLM password overflow via integer overflow

libcurl contains a buffer overrun in the NTLM authentication code. The internal function Curlntlmcoremknthash 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...

10CVSS7.2AI score0.11115EPSS
SaveExploits0Affected Software2
Veracode
Veracode
added 2018/08/20 2:52 a.m.43 views

Denial Of Service (DoS) Through Double-free

libcurl.so is vulnerable to denial of service DoS attacks through a double-free issue. The vulnerability exists in readdata of security.c where a double-free could occur, leading to a DoS attack...

9.8CVSS8.7AI score0.04989EPSS
SaveExploits0References11Affected Software5
Veracode
Veracode
added 2018/08/17 7:05 a.m.33 views

Cookie Injection

libcurl.so is vulnerable to cookie injection attacks. A malicious user can inject new cookies by writing to a cookie jar file that is later read and used for other requests as it is treated by the library as a different cookie...

7.5CVSS8.6AI score0.04756EPSS
SaveExploits0References14Affected Software5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.9 views

curl: IMAP FETCH response out of bounds read

A buffer overrun flaw was found in the IMAP handler of libcurl. By tricking an unsuspecting user into connecting to a malicious IMAP server, an attacker could exploit this flaw to potentially cause information disclosure or crash the application...

9.1CVSS7.4AI score0.06224EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.10 views

curl: escape and unescape integer overflows

Multiple integer overflow flaws leading to heap-based buffer overflows were found in the way curl handled escaping and unescaping of data. An attacker could potentially use these flaws to crash an application using libcurl by sending a specially crafted input to the affected libcurl functions...

9.8CVSS7.5AI score0.11737EPSS
SaveExploits0References5
Veracode
Veracode
added 2018/08/14 6:19 a.m.30 views

Insecure Defaults

libcurl.so is vulnerable to insecure defaults. The library re-uses connections rather than create new connections, allowing a malicious user to connect to other users by sending requests through a re-used connection, leading to an authentication bypass in certain connections that require...

6.4CVSS7.9AI score0.0508EPSS
SaveExploits0References20Affected Software2
Veracode
Veracode
added 2018/08/14 5:36 a.m.23 views

Man-in-the-Middle (MitM)

libcurl.so is vulnerable to man-in-the-middle MitM attacks. The library does not properly verify the server name in the certificate, allowing a malicious user conducting an MitM attack to spoof servers...

4.3CVSS5.8AI score0.02862EPSS
SaveExploits2References13Affected Software1
Veracode
Veracode
added 2018/08/13 3:43 a.m.32 views

Information Disclosure

libcurl.so is vulnerable to information disclosure attacks. The vulnerability exists in the curleasyduphandle function when run with the CURLOPTCOPYPOSTFIELDS option as it improperly copies the HTTP POST data that introduces an out-of-bounds read which allows sensitive memory information to be re...

4.3CVSS8.6AI score0.05121EPSS
SaveExploits0References15Affected Software2
Rows per page
Query Builder