-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7877 from python-pillow/7864-backfill
Backfill release notes with security fix details
- Loading branch information
Showing
44 changed files
with
702 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
2.3.1 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
These issues reported in | ||
`Debian bug #737059 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737059>`_. | ||
|
||
:cve:`2014-1932`: Fix insecure use of :py:func:`tempfile.mktemp` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
The (1) load_djpeg function in ``JpegImagePlugin.py``, (2) Ghostscript function | ||
in EpsImagePlugin.py, (3) load function in ``IptcImagePlugin.py``, and (4) | ||
``_copy`` function in Image.py in Python Image Library (PIL) 1.1.7 and earlier | ||
and Pillow before 2.3.1 do not properly create temporary files, which allow | ||
local users to overwrite arbitrary files and obtain sensitive information via a | ||
symlink attack on the temporary file. | ||
|
||
:cve:`2014-1933`: Fix insecure use of :py:func:`tempfile.mktemp` | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
The (1) ``JpegImagePlugin.py`` and (2) ``EpsImagePlugin.py`` scripts in Python | ||
Image Library (PIL) 1.1.7 and earlier and Pillow before 2.3.1 uses the names of | ||
temporary files on the command line, which makes it easier for local users to | ||
conduct symlink attacks by listing the processes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
2.3.2 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
:cve:`2014-3589`: Fix DOS attack | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
``PIL/IcnsImagePlugin.py`` in Python Imaging Library (PIL) and Pillow before 2.3.2 and | ||
2.5.x before 2.5.2 allows remote attackers to cause a denial of service via a crafted | ||
block size. | ||
|
||
Found and reported by Andrew Drake of dropbox.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
2.5.2 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
:cve:`2014-3589`: Fix DOS attack | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
``PIL/IcnsImagePlugin.py`` in Python Imaging Library (PIL) and Pillow before 2.3.2 and | ||
2.5.x before 2.5.2 allows remote attackers to cause a denial of service via a crafted | ||
block size. | ||
|
||
Found and reported by Andrew Drake of dropbox.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
2.6.0 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
:cve:`2014-3589`: Fix DOS attack | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
``PIL/IcnsImagePlugin.py`` in Python Imaging Library (PIL) and Pillow before 2.3.2 and | ||
2.5.x before 2.5.2 allows remote attackers to cause a denial of service via a crafted | ||
block size. | ||
|
||
Found and reported by Andrew Drake of dropbox.com | ||
|
||
Other Changes | ||
============= | ||
|
||
Relaxed precision of some tests | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Relaxed imagedraw tests to allow slight errors for x86 vs x64. |
Oops, something went wrong.