Lucene search
+L

3180 matches found

RedhatCVE
RedhatCVE
added 2017/10/23 6:19 a.m.32 views

CVE-2017-1000257

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. Mitigation Switch off IMAP in CURLOPTPROTOCOLS...

9.1CVSS1.7AI score0.0608EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2017/10/23 12:00 a.m.27 views

CVE-2017-1000257

An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that non-existing data with a pointer and the size zero to the deliver-data function. libcurl's deliver-data function treats zero as a mag...

9.1CVSS7AI score0.0608EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2017/10/17 4:41 p.m.90 views

Internet Bug Bounty: Out of bounds read in libcurl's IMAP FETCH response parser

Reported to the curl security mailing list on 6 October 2017. Acknowledged on 6 October 2017. Patched on 8 October 2017. Reported to distros@openwall on 17 October 2017. Public release on 23 October 2017. CVE Pending. Vulnerability An IMAP FETCH response line indicates the size of the returned...

6.4CVSS8.8AI score0.0608EPSS
SaveExploits0
CNVD
CNVD
added 2017/10/09 12:00 a.m.6 views

Haxx libcurl Denial of Service Vulnerability

Haxx libcurl is a free , open source client-side URL transport library from the Swedish company Haxx. The library supports FTP, FTPS, TFTP, HTTP and so on. A security vulnerability exists in Haxx libcurl versions 7.7 through 7.55.1. An attacker can exploit this vulnerability to cause a denial of...

7.5CVSS7.4AI score0.07863EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/06 1:29 p.m.28 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS6.7AI score0.07863EPSS
SaveExploits0References11
OSV
OSV
added 2017/10/06 1:29 p.m.7 views

DEBIAN-CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS6.5AI score0.07863EPSS
SaveExploits0References1
Prion
Prion
added 2017/10/06 1:29 p.m.28 views

Heap overflow

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

5CVSS7.4AI score0.07863EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2017/10/06 1:29 p.m.6 views

ALPINE-CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.1AI score0.07863EPSS
SaveExploits0References1
NVD
NVD
added 2017/10/06 1:29 p.m.16 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.6AI score0.07863EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2017/10/06 1:00 p.m.31 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.7AI score0.07863EPSS
SaveExploits0References11
CVE
CVE
added 2017/10/06 1:00 p.m.227 views

CVE-2017-1000254

CVE-2017-1000254 affects curl/libcurl: FTP PWD response parsing could read beyond a heap buffer due to a parser flaw when the directory name is not properly quoted. The issue causes out-of-bounds reads and potential crashes. Patches exist in curl updates (notably fixed by 7.56.0 with improved nul...

7.5CVSS7.6AI score0.07863EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2017/10/06 1:00 p.m.55 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.9AI score0.07863EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2017/10/06 1:00 p.m.33 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.8AI score0.07863EPSS
SaveExploits0
OSV
OSV
added 2017/10/05 1:29 a.m.6 views

DEBIAN-CVE-2017-1000100

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

6.5CVSS9.3AI score0.03865EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/05 1:29 a.m.33 views

CVE-2017-1000099

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

6.5CVSS7.4AI score0.02186EPSS
SaveExploits0References5
OSV
OSV
added 2017/10/05 1:29 a.m.8 views

ALPINE-CVE-2017-1000099

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

6.5CVSS7.2AI score0.02186EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/05 1:29 a.m.38 views

CVE-2017-1000100

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

6.5CVSS7.6AI score0.03865EPSS
SaveExploits0References7
NVD
NVD
added 2017/10/05 1:29 a.m.26 views

CVE-2017-1000100

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

6.5CVSS6.8AI score0.03865EPSS
SaveExploits0References7
NVD
NVD
added 2017/10/05 1:29 a.m.18 views

CVE-2017-1000099

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

6.5CVSS6.5AI score0.02186EPSS
SaveExploits0References5
Prion
Prion
added 2017/10/05 1:29 a.m.24 views

Heap overflow

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

4.3CVSS6.7AI score0.03865EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder