File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ Changelog (Pillow)
5
5
9.0.0 (unreleased)
6
6
------------------
7
7
8
+ - Restrict builtins for ImageMath.eval(). CVE TBD #5923
9
+ [radarhere]
10
+
8
11
- Ensure JpegImagePlugin stops at the end of a truncated file #5921
9
12
[radarhere]
10
13
11
- - Fixed ImagePath.Path array handling #5920
14
+ - Fixed ImagePath.Path array handling. CVEs TBD #5920
12
15
[radarhere]
13
16
14
17
- Remove consecutive duplicate tiles that only differ by their offset #5919
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ Restrict builtins available to ImageMath.eval
122
122
To limit :py:class: `PIL.ImageMath ` to working with images, Pillow will now restrict the
123
123
builtins available to :py:meth: `PIL.ImageMath.eval `. This will help prevent problems
124
124
arising if users evaluate arbitrary expressions, such as
125
- ``ImageMath.eval("exec(exit())") ``.
125
+ ``ImageMath.eval("exec(exit())") ``. CVE TBD
126
126
127
127
Fixed ImagePath.Path array handling
128
128
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129
129
130
- CWE-126 and CWE-665 were found when initializing ``ImagePath.Path ``.
130
+ CWE-126 and CWE-665 were found when initializing ``ImagePath.Path ``. CVEs TBD
131
131
132
132
.. _OSS-Fuzz : https://github.com/google/oss-fuzz
133
133
You can’t perform that action at this time.
0 commit comments