2024-03-13 22:11:23 +03:00
|
|
|
2.3.1
|
|
|
|
-----
|
|
|
|
|
|
|
|
Security
|
|
|
|
========
|
|
|
|
|
2024-03-17 02:17:38 +03:00
|
|
|
These issues were reported in
|
2024-03-15 00:03:09 +03:00
|
|
|
`Debian bug #737059 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737059>`_.
|
2024-03-13 22:11:23 +03:00
|
|
|
|
2024-03-14 20:58:05 +03:00
|
|
|
:cve:`2014-1932`: Fix insecure use of :py:func:`tempfile.mktemp`
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2024-03-13 22:11:23 +03:00
|
|
|
|
2024-03-17 02:17:38 +03:00
|
|
|
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
|
|
|
|
Pillow before 2.3.1 do not properly create temporary files, which allow
|
2024-03-15 04:04:08 +03:00
|
|
|
local users to overwrite arbitrary files and obtain sensitive information via a
|
2024-03-15 00:03:09 +03:00
|
|
|
symlink attack on the temporary file.
|
2024-03-14 20:58:05 +03:00
|
|
|
|
|
|
|
:cve:`2014-1933`: Fix insecure use of :py:func:`tempfile.mktemp`
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2024-03-17 02:17:38 +03:00
|
|
|
The (1) ``JpegImagePlugin.py`` and (2) ``EpsImagePlugin.py`` scripts in
|
|
|
|
Pillow before 2.3.1 uses the names of
|
2024-03-15 00:03:09 +03:00
|
|
|
temporary files on the command line, which makes it easier for local users to
|
|
|
|
conduct symlink attacks by listing the processes.
|