Lucene search
K

857 matches found

OSV
OSV
added 2017/10/27 7:29 p.m.19 views

CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

8.8CVSS8.5AI score
Exploits0References8
NVD
NVD
added 2017/10/27 7:29 p.m.23 views

CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

9.3CVSS8.5AI score0.36563EPSS
Exploits0References8
OSV
OSV
added 2017/10/27 7:29 p.m.1 views

DEBIAN-CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

8.8CVSS8.6AI score0.36563EPSS
Exploits0References1
OSV
OSV
added 2017/10/27 7:29 p.m.4 views

ALPINE-CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

8.8CVSS7.1AI score0.36563EPSS
Exploits0References1
CVE
CVE
added 2017/10/27 7:0 p.m.168 views

CVE-2017-13090

The connected documents confirm CVE-2017-13090 affects wget prior to 1.19.2, due to chunked HTTP processing in retr.c:fd_read_body(). The chunk parser uses strtol() to read chunk lengths but does not validate non-negativity; then reads chunks with MIN(..) and passes a negative length to fd_read()...

9.3CVSS8.5AI score0.36563EPSS
Exploits0References8Affected Software1
Debian CVE
Debian CVE
added 2017/10/27 7:0 p.m.45 views

CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

9.3CVSS2.2AI score0.36563EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2017/10/26 3:0 p.m.32 views

CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

9.3CVSS7.2AI score0.36563EPSS
Exploits0References4
OSV
OSV
added 2017/10/26 3:0 p.m.2 views

UBUNTU-CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

8.8CVSS7.2AI score0.36563EPSS
Exploits0References5
seebug.org
seebug.org
added 2017/10/16 12:0 a.m.38 views

Oracle OIT IX SDK TIFF file parsing heap buffer overflow(CVE-2016-3582)

Description While parsing a specially crafted TIFF file, a parser confusion can lead to a heap buffer overflow resulting in out of bounds memory overwrite and possibly leading to arbitrary code execution. Tested Versions Outside In IX sdk 8.5.1. Product URLs...

9CVSS9.2AI score0.0393EPSS
Exploits1
Exploit DB
Exploit DB
added 2017/10/10 12:0 a.m.55 views

binutils 2.29.51.20170921 - 'read_1_byte' Heap Buffer Overflow

Source: https://blogs.gentoo.org/ago/2017/09/26/binutils-heap-based-buffer-overflow-in-read1byte-dwarf2-c/ Description: binutils is a set of tools necessary to build programs. The complete ASan output of the issue: nm -A -a -l -S -s --special-syms --synthetic --with-symbol-versions -D $FILE...

5.5CVSS6.6AI score0.05941EPSS
Exploits3
seebug.org
seebug.org
added 2017/09/22 12:0 a.m.40 views

Apple GarageBand Out of Bounds Write Code Execution Vulnerability(CVE-2017-2374)

Summary An exploitable out of bounds write vulnerability exists in the parsing of saved files in Apple's GarageBand version 10.1.5. A specially crafted project file can cause an out of bounds write resulting in an exploitable condition. An attacker can deliver a project file via other means. This...

6.8CVSS8.6AI score0.01981EPSS
Exploits2
RedHat Linux
RedHat Linux
added 2017/08/01 3:34 p.m.2 views

gstreamer: Out of bounds heap read in windows_icon_typefind

The windowsicontypefind function in gst-plugins-base in GStreamer before 1.10.2, when GSLICE is set to always-malloc, allows remote attackers to cause a denial of service out-of-bounds read via a crafted ico file...

4.7CVSS7.4AI score0.02344EPSS
Exploits0References4
CNVD
CNVD
added 2017/07/19 12:0 a.m.5 views

cairo cairo-truetype-subset.c file denial of service vulnerability

cairo is a cross-platform open source vector graphics library developed by software developers Carl Worth and Behdad Esfahbod, which supports 2D drawing in multiple contexts and provides high-quality display and printouts. A security vulnerability exists in the cairo-truetype-subset.c file in cai...

7.5CVSS5.7AI score0.03463EPSS
Exploits1References1
NVD
NVD
added 2017/07/17 1:18 p.m.21 views

CVE-2017-9814

cairo-truetype-subset.c in cairo 1.15.6 and earlier allows remote attackers to cause a denial of service out-of-bounds read because of mishandling of an unexpected malloc0 call...

7.5CVSS7.3AI score0.03463EPSS
Exploits1References4
OSV
OSV
added 2017/07/17 1:18 p.m.2 views

DEBIAN-CVE-2017-9814

cairo-truetype-subset.c in cairo 1.15.6 and earlier allows remote attackers to cause a denial of service out-of-bounds read because of mishandling of an unexpected malloc0 call...

7.5CVSS5.6AI score0.03463EPSS
Exploits1References1
UbuntuCve
UbuntuCve
added 2017/07/17 1:18 p.m.30 views

CVE-2017-9814

cairo-truetype-subset.c in cairo 1.15.6 and earlier allows remote attackers to cause a denial of service out-of-bounds read because of mishandling of an unexpected malloc0 call...

7.5CVSS6.6AI score0.03463EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2017/07/14 5:0 a.m.33 views

CVE-2017-9814

cairo-truetype-subset.c in cairo 1.15.6 and earlier allows remote attackers to cause a denial of service out-of-bounds read because of mishandling of an unexpected malloc0 call...

7.5CVSS5.2AI score0.03463EPSS
Exploits1
Positive Technologies
Positive Technologies
added 2017/07/14 12:0 a.m.3 views

PT-2017-19200 · Cairo +3 · Cairo +3

Name of the Vulnerable Software and Affected Versions: cairo versions 1.15.6 and earlier Description: The issue allows remote attackers to cause a denial of service due to an out-of-bounds read. This is because of mishandling of an unexpected malloc0 call in the cairo-truetype-subset.c file...

7.8CVSS6AI score0.07784EPSS
Exploits4References61
Exploit DB
Exploit DB
added 2017/07/06 12:0 a.m.59 views

LibTIFF - 'tif_jbig.c' Denial of Service

Source: http://bugzilla.maptools.org/showbug.cgi?id=2706 Triggered by “./tiff2ps $POC” or “./tiff2pdf $POC” Triggered by “./tiff2ps $POC” or “./tiff2pdf $POC” The asan debug information is below: $./tiff2ps $POC ================================================================= ==26627==ERROR:...

7.4AI score
Exploits0
UbuntuCve
UbuntuCve
added 2017/06/26 12:29 p.m.33 views

CVE-2017-9937

In LibTIFF 4.0.8, there is a memory malloc failure in tifjbig.c. A crafted TIFF document can lead to an abort resulting in a remote denial of service attack...

6.5CVSS6.8AI score0.02846EPSS
Exploits1References2
Rows per page
Query Builder