Lucene search
+L

3038 matches found

UbuntuCve
UbuntuCve
added 2017/10/23 12:0 a.m.24 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.06224EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2017/10/17 4:41 p.m.82 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.06224EPSS
SaveExploits0
CNVD
CNVD
added 2017/10/09 12:0 a.m.3 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.08465EPSS
SaveExploits0References1
Prion
Prion
added 2017/10/06 1:29 p.m.25 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.08465EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2017/10/06 1:29 p.m.14 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.08465EPSS
SaveExploits0References11
OSV
OSV
added 2017/10/06 1:29 p.m.25 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.08465EPSS
SaveExploits0References11
OSV
OSV
added 2017/10/06 1:29 p.m.3 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.08465EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/06 1:29 p.m.4 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.08465EPSS
SaveExploits0References1
CVE
CVE
added 2017/10/06 1:0 p.m.219 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.08465EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2017/10/06 1:0 p.m.25 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.08465EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2017/10/06 1:0 p.m.52 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.08465EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2017/10/06 1:0 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.5CVSS7.8AI score0.08465EPSS
SaveExploits0
NVD
NVD
added 2017/10/05 1:29 a.m.16 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.03075EPSS
SaveExploits0References5
NVD
NVD
added 2017/10/05 1:29 a.m.19 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.03958EPSS
SaveExploits0References7
OSV
OSV
added 2017/10/05 1:29 a.m.28 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.03075EPSS
SaveExploits0References5
OSV
OSV
added 2017/10/05 1:29 a.m.35 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.03958EPSS
SaveExploits0References7
OSV
OSV
added 2017/10/05 1:29 a.m.5 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.03075EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/05 1:29 a.m.3 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.03958EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/10/05 1:29 a.m.28 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.9AI score0.03075EPSS
SaveExploits0References2
Prion
Prion
added 2017/10/05 1:29 a.m.20 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.03958EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder