Lucene search
+L

2884 matches found

Debian
Debian
added 2016/02/28 10:14 p.m.67 views

[SECURITY] [DSA 3499-1] pillow security update

------------------------------------------------------------------------- Debian Security Advisory DSA-3499-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff February 28, 2016 https://www.debian.org/security/faq -...

6.5CVSS7.1AI score0.04031EPSS
SaveExploits0
OSV
OSV
added 2016/02/28 12:00 a.m.25 views

DSA-3499-1 pillow - security update

Bulletin has no description...

6.5CVSS6.6AI score0.04031EPSS
SaveExploits0
CNVD
CNVD
added 2016/02/22 12:00 a.m.7 views

Python Pillow and PIL 'PcdDecode.c' Local Buffer Overflow Vulnerability

PIL Python Image Library is a Python image processing library developed by Swiss software developer Fredrik Lundh. Python Pillow is a compiled version of PIL with some bug fixes developed by American software developer Alex Clark. A local buffer overflow vulnerability exists in Python Pillow...

7.8AI score
SaveExploits0References1
Fedora
Fedora
added 2016/02/21 2:28 a.m.36 views

[SECURITY] Fedora 22 Update: python-pillow-2.8.2-4.fc22

Python image processing library, fork of the Python Imaging Library PIL This library provides extensive file format support, an efficient internal representation, and powerful image processing capabilities. There are four subpackages: tk tk interface, qt PIL image wrapper for Qt , devel developme...

6.5CVSS1.4AI score0.02563EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2016/02/21 12:00 a.m.29 views

Fedora Update for python-pillow FEDORA-2016-4 (FC-22)

The remote host is missing an update for the SPDX-FileCopyrightText: 2016 Greenbone AG 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 ifdescription...

6.5CVSS6.9AI score0.02563EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2016/02/18 12:00 a.m.46 views

Mageia: Security Advisory (MGASA-2016-0066)

The remote host is missing an update for the SPDX-FileCopyrightText: 2016 Greenbone AG 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 ifdescription...

6.5CVSS6.4AI score0.02563EPSS
SaveExploits0References6
OSV
OSV
added 2016/02/17 7:06 p.m.16 views

MGASA-2016-0066 Updated python-pillow packages fix security vulnerability

A buffer overflow in TiffDecode.c causing an arbitrary amount of memory to be overwritten when opening a specially crafted invalid TIFF file CVE-2016-0740. A buffer overflow in FliDecode.c causing a segfault when opening FLI files CVE-2016-0775. A buffer overflow in PcdDecode.c causing a segfault...

6.5CVSS6.8AI score0.02563EPSS
SaveExploits0References5
Mageia
Mageia
added 2016/02/17 7:06 p.m.46 views

Updated python-pillow packages fix security vulnerability

A buffer overflow in TiffDecode.c causing an arbitrary amount of memory to be overwritten when opening a specially crafted invalid TIFF file CVE-2016-0740. A buffer overflow in FliDecode.c causing a segfault when opening FLI files CVE-2016-0775. A buffer overflow in PcdDecode.c causing a segfault...

6.5CVSS4.2AI score0.02563EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/02/10 12:00 a.m.16 views

FreeBSD : py-imaging, py-pillow -- Buffer overflow in PCD decoder (a8de962a-cf15-11e5-805c-5453ed2e2b49)

The Pillow maintainers report : In all versions of Pillow, dating back at least to the last PIL 1.1.7 release, PcdDecode.c has a buffer overflow error. The state.buffer for PcdDecode.c is allocated based on a 3 bytes per pixel sizing, where PcdDecode.c wrote into the buffer assuming 4 bytes per...

5.9AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2016/02/10 12:00 a.m.15 views

FreeBSD : py-pillow -- Integer overflow in Resample.c (0519db18-cf15-11e5-805c-5453ed2e2b49)

The Pillow maintainers report : If a large value was passed into the new size for an image, it is possible to overflow an int32 value passed into malloc, leading the malloc'd buffer to be undersized. These allocations are followed by a loop that writes out of bounds. This can lead to corruption o...

5.8AI score
SaveExploits0References3
OpenVAS
OpenVAS
added 2016/02/10 12:00 a.m.31 views

Fedora Update for python-pillow FEDORA-2016-4 (FC-23)

The remote host is missing an update for the SPDX-FileCopyrightText: 2016 Greenbone AG 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 ifdescription...

6.5CVSS6.9AI score0.02563EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2016/02/10 12:00 a.m.32 views

FreeBSD : py-imaging, py-pillow -- Buffer overflow in FLI decoding code (6ea60e00-cf13-11e5-805c-5453ed2e2b49)

The Pillow maintainers report : In all versions of Pillow, dating back at least to the last PIL 1.1.7 release, FliDecode.c has a buffer overflow error. There is a memcpy error where x is added to a target buffer address. X is used in several internal temporary variable roles, but can take a value...

6.5CVSS7.1AI score0.0252EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2016/02/05 12:00 a.m.18 views

py-pillow -- Integer overflow in Resample.c

The Pillow maintainers report: If a large value was passed into the new size for an image, it is possible to overflow an int32 value passed into malloc, leading the malloc’d buffer to be undersized. These allocations are followed by a loop that writes out of bounds. This can lead to corruption on...

3.5AI score
SaveExploits0References2
FreeBSD
FreeBSD
added 2016/02/05 12:00 a.m.30 views

py-imaging, py-pillow -- Buffer overflow in FLI decoding code

The Pillow maintainers report: In all versions of Pillow, dating back at least to the last PIL 1.1.7 release, FliDecode.c has a buffer overflow error. There is a memcpy error where x is added to a target buffer address. X is used in several internal temporary variable roles, but can take a value ...

6.5CVSS6.9AI score0.0252EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2016/02/04 12:00 a.m.48 views

py-pillow -- Buffer overflow in TIFF decoding code

The Pillow maintainers report: Pillow 3.1.0 and earlier when linked against libtiff = 4.0.0 on x64 may overflow a buffer when reading a specially crafted tiff file. Specifically, libtiff = 4.0.0 changed the return type of TIFFScanlineSize from int32 to machine dependent int32|64. If the scanline ...

6.5CVSS6.9AI score0.02563EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2016/02/04 12:00 a.m.36 views

CVE-2016-0740

Buffer overflow in the ImagingLibTiffDecode function in libImaging/TiffDecode.c in Pillow before 3.1.1 allows remote attackers to overwrite memory via a crafted TIFF file...

6.5CVSS6.8AI score0.02563EPSS
SaveExploits0References2
OSV
OSV
added 2016/02/04 12:00 a.m.10 views

UBUNTU-CVE-2016-0740

Buffer overflow in the ImagingLibTiffDecode function in libImaging/TiffDecode.c in Pillow before 3.1.1 allows remote attackers to overwrite memory via a crafted TIFF file...

6.5CVSS6.9AI score0.02563EPSS
SaveExploits0References3
FreeBSD
FreeBSD
added 2016/02/02 12:00 a.m.19 views

py-imaging, py-pillow -- Buffer overflow in PCD decoder

The Pillow maintainers report: In all versions of Pillow, dating back at least to the last PIL 1.1.7 release, PcdDecode.c has a buffer overflow error. The state.buffer for PcdDecode.c is allocated based on a 3 bytes per pixel sizing, where PcdDecode.c wrote into the buffer assuming 4 bytes per...

4AI score
SaveExploits0References3
CNVD
CNVD
added 2015/05/03 12:00 a.m.13 views

Pillow Jpeg2KImagePlugin Plugin Denial of Service Vulnerability

Python Image Library PIL is a Python image processing library developed by Swiss software developer Fredrik Lundh. Pillow is a compiled version of PIL with some bug fixes developed by American software developer Alex Clark, and Jpeg2KImage is one of the image processing plugins. Jpeg2KImage is on...

5CVSS7AI score0.01993EPSS
SaveExploits0References1
NVD
NVD
added 2015/05/01 3:59 p.m.26 views

CVE-2014-3598

The Jpeg2KImagePlugin plugin in Pillow before 2.5.3 allows remote attackers to cause a denial of service via a crafted image...

5CVSS6.4AI score0.01993EPSS
SaveExploits0References2
Rows per page
Query Builder