Lucene search
+L

3281 matches found

securityvulns
securityvulns
added 2010/03/23 12:00 a.m.58 views

libcurl / cURL DoS

Resources exhaustion on gzip decompression...

6.8CVSS1.7AI score0.03656EPSS
SaveExploits0References1Affected Software2
OpenVAS
OpenVAS
added 2010/03/22 12:00 a.m.31 views

Mandriva Update for curl MDVSA-2010:062 (curl)

Check for the Version of curl OpenVAS Vulnerability Test Mandriva Update for curl MDVSA-2010:062 curl Authors: System Generated Check Copyright: Copyright c 2010 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the ter...

6.8CVSS0.1AI score0.03656EPSS
SaveExploits0References2
OSV
OSV
added 2010/03/19 7:30 p.m.13 views

CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS6.6AI score0.03656EPSS
SaveExploits0References35
NVD
NVD
added 2010/03/19 7:30 p.m.20 views

CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS7.7AI score0.03656EPSS
SaveExploits0References35
Prion
Prion
added 2010/03/19 7:30 p.m.28 views

Code injection

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS7.4AI score0.03656EPSS
SaveExploits0References35Affected Software1
OSV
OSV
added 2010/03/19 7:30 p.m.6 views

DEBIAN-CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS7.7AI score0.03656EPSS
SaveExploits0References1
CVE
CVE
added 2010/03/19 7:00 p.m.108 views

CVE-2010-0734

CVE-2010-0734 affects libcurl 7.10.5–7.19.7 when zlib is enabled. The defect in content_encoding.c allows a remote attacker to send crafted compressed data that bypasses the data-length limit, potentially causing an application crash (DoS) or other impact. Affected releases and the fix are docume...

6.8CVSS7.4AI score0.03656EPSS
SaveExploits0References35Affected Software1
Cvelist
Cvelist
added 2010/03/19 7:00 p.m.36 views

CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

7.5AI score0.03656EPSS
SaveExploits0References35
Debian CVE
Debian CVE
added 2010/03/19 7:00 p.m.39 views

CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS7.8AI score0.03656EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2010/03/19 12:00 a.m.29 views

CVE-2010-0734

contentencoding.c in libcurl 7.10.5 through 7.19.7, when zlib is enabled, does not properly restrict the amount of callback data sent to an application that requests automatic decompression, which might allow remote attackers to cause a denial of service application crash or have unspecified othe...

6.8CVSS7.1AI score0.03656EPSS
SaveExploits0References3
seebug.org
seebug.org
added 2010/03/10 12:00 a.m.20 views

cURL/libcURL CURLOPT_ENCODING选项缓冲区溢出漏洞

BUGTRAQ ID: 38162 cURL是命令行传输文件工具,支持FTP、FTPS、HTTP、HTTPS、GOPHER、TELNET、DICT、FILE和LDAP。 在下载数据时,libcurl库使用客户端软件所注册的回调函数将数据传送给应用程序,在完成传输之前会反复的调用该函数。回调函数可接收的最大数据大小为16K(CURLMAXWRITESIZE)。 在HTTP上使用libcurl库下载压缩的内容时应用程序可以要求libcurl自动解压数据。而解压期间libcurl可能错误的向回调函数发送最多可为64K的数据,因此盲目信任libcurl的最大缓冲区限制的应用可能会出现缓冲区溢出。...

6.9AI score
SaveExploits0
OSV
OSV
added 2010/02/09 8:00 a.m.14 views

CURL-CVE-2010-0734 data callback excessive length

When downloading data, libcurl hands it over to the application using a callback that is registered by the client software. libcurl then calls that function repeatedly with data until the transfer is complete. The callback is documented to receive a maximum data size of 16K CURLMAXWRITESIZE. Usin...

6.8CVSS6.5AI score0.03656EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2010/02/09 8:00 a.m.16 views

data callback excessive length

When downloading data, libcurl hands it over to the application using a callback that is registered by the client software. libcurl then calls that function repeatedly with data until the transfer is complete. The callback is documented to receive a maximum data size of 16K CURLMAXWRITESIZE. Usin...

6.8CVSS7.5AI score0.03656EPSS
SaveExploits0Affected Software2
FreeBSD
FreeBSD
added 2010/02/09 12:00 a.m.39 views

curl -- libcurl buffer overflow vulnerability

The cURL project reports in a security advisory: Using the affected libcurl version to download compressed content over HTTP, an application can ask libcurl to automatically uncompress data. When doing so, libcurl can wrongly send data up to 64K in size to the callback which thus is much larger...

6.8CVSS7.9AI score0.03656EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2009/12/10 12:00 a.m.46 views

Mandriva Security Advisory MDVSA-2009:203-1 (curl)

The remote host is missing an update to curl announced via advisory MDVSA-2009:203-1. SPDX-FileCopyrightText: 2009 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only OR...

7.5CVSS6.8AI score0.04959EPSS
SaveExploits4References1
Tenable Nessus
Tenable Nessus
added 2009/08/27 12:00 a.m.25 views

openSUSE Security Update : curl (curl-1232)

curl did not detect embedded null characters in certificate names. By using specially crafted certificates attackers could exploit that to conduct man in the middle attacks CVE-2009-2417. Note the previous update that was supposed to fix the issue accidentally lacked the actual fix which was...

7.5CVSS5.6AI score0.03461EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2009/08/20 12:00 a.m.29 views

Ubuntu 6.06 LTS / 8.04 LTS / 8.10 / 9.04 : curl vulnerability (USN-818-1)

Scott Cantor discovered that Curl did not correctly handle SSL certificates with zero bytes in the Common Name. A remote attacker could exploit this to perform a man in the middle attack to view sensitive information or alter encrypted communications. Note that Tenable Network Security has...

7.5CVSS5.7AI score0.03461EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2009/08/18 12:00 a.m.45 views

RHEL 3 / 4 / 5 : curl (RHSA-2009:1209)

Updated curl packages that fix security issues are now available for Red Hat Enterprise Linux 3, 4, and 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and Dict servers, using...

7.5CVSS5.5AI score0.03461EPSS
SaveExploits0References3
securityvulns
securityvulns
added 2009/08/17 12:00 a.m.102 views

cURL / libcurl SSL certificate spoofing

Certificate name spoofing via NULL byte...

7.5CVSS2.4AI score0.04959EPSS
SaveExploits4References1Affected Software2
Tenable Nessus
Tenable Nessus
added 2009/08/17 12:00 a.m.23 views

CentOS 3 / 5 : curl (CESA-2009:1209)

Updated curl packages that fix security issues are now available for Red Hat Enterprise Linux 3, 4, and 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team. cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and Dict servers, using...

7.5CVSS5.5AI score0.03461EPSS
SaveExploits0References5
Rows per page
Query Builder