mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
CVEs TBD
This commit is contained in:
parent
d7f60d1d5a
commit
ed4cf78137
|
@ -5,10 +5,13 @@ Changelog (Pillow)
|
||||||
9.0.0 (unreleased)
|
9.0.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Restrict builtins for ImageMath.eval(). CVE TBD #5923
|
||||||
|
[radarhere]
|
||||||
|
|
||||||
- Ensure JpegImagePlugin stops at the end of a truncated file #5921
|
- Ensure JpegImagePlugin stops at the end of a truncated file #5921
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Fixed ImagePath.Path array handling #5920
|
- Fixed ImagePath.Path array handling. CVEs TBD #5920
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Remove consecutive duplicate tiles that only differ by their offset #5919
|
- Remove consecutive duplicate tiles that only differ by their offset #5919
|
||||||
|
|
|
@ -122,12 +122,12 @@ Restrict builtins available to ImageMath.eval
|
||||||
To limit :py:class:`PIL.ImageMath` to working with images, Pillow will now restrict the
|
To limit :py:class:`PIL.ImageMath` to working with images, Pillow will now restrict the
|
||||||
builtins available to :py:meth:`PIL.ImageMath.eval`. This will help prevent problems
|
builtins available to :py:meth:`PIL.ImageMath.eval`. This will help prevent problems
|
||||||
arising if users evaluate arbitrary expressions, such as
|
arising if users evaluate arbitrary expressions, such as
|
||||||
``ImageMath.eval("exec(exit())")``.
|
``ImageMath.eval("exec(exit())")``. CVE TBD
|
||||||
|
|
||||||
Fixed ImagePath.Path array handling
|
Fixed ImagePath.Path array handling
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
CWE-126 and CWE-665 were found when initializing ``ImagePath.Path``.
|
CWE-126 and CWE-665 were found when initializing ``ImagePath.Path``. CVEs TBD
|
||||||
|
|
||||||
.. _OSS-Fuzz: https://github.com/google/oss-fuzz
|
.. _OSS-Fuzz: https://github.com/google/oss-fuzz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user