|
4 | 4 | Security |
5 | 5 | ======== |
6 | 6 |
|
7 | | -These issues reported in |
| 7 | +These issues were reported in |
8 | 8 | `Debian bug #737059 <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737059>`_. |
9 | 9 |
|
10 | 10 | :cve:`2014-1932`: Fix insecure use of :py:func:`tempfile.mktemp` |
11 | 11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
12 | 12 |
|
13 | | -The (1) load_djpeg function in ``JpegImagePlugin.py``, (2) Ghostscript function |
14 | | -in EpsImagePlugin.py, (3) load function in ``IptcImagePlugin.py``, and (4) |
15 | | -``_copy`` function in Image.py in Python Image Library (PIL) 1.1.7 and earlier |
16 | | -and Pillow before 2.3.1 do not properly create temporary files, which allow |
| 13 | +The (1) ``load_djpeg`` function in ``JpegImagePlugin.py``, (2) Ghostscript function |
| 14 | +in ``EpsImagePlugin.py``, (3) ``load`` function in ``IptcImagePlugin.py``, and (4) |
| 15 | +``_copy`` function in ``Image.py`` in |
| 16 | +Pillow before 2.3.1 do not properly create temporary files, which allow |
17 | 17 | local users to overwrite arbitrary files and obtain sensitive information via a |
18 | 18 | symlink attack on the temporary file. |
19 | 19 |
|
20 | 20 | :cve:`2014-1933`: Fix insecure use of :py:func:`tempfile.mktemp` |
21 | 21 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
22 | 22 |
|
23 | | -The (1) ``JpegImagePlugin.py`` and (2) ``EpsImagePlugin.py`` scripts in Python |
24 | | -Image Library (PIL) 1.1.7 and earlier and Pillow before 2.3.1 uses the names of |
| 23 | +The (1) ``JpegImagePlugin.py`` and (2) ``EpsImagePlugin.py`` scripts in |
| 24 | +Pillow before 2.3.1 uses the names of |
25 | 25 | temporary files on the command line, which makes it easier for local users to |
26 | 26 | conduct symlink attacks by listing the processes. |
0 commit comments