summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
diff options
context:
space:
mode:
authorRahul Janani Pandi <RahulJanani.Pandi@windriver.com>2024-04-08 09:42:28 +0000
committerArmin Kuster <akuster808@gmail.com>2024-04-28 13:10:23 -0400
commit717462f81159d00336733c62208b55db22ea1fdb (patch)
tree40b6ac3e92c71505c35451e7a21417b90049a1bf /meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
parent0fffd4d4221461efd0d0600634af1f5dcbd846e4 (diff)
downloadmeta-openembedded-717462f81159d00336733c62208b55db22ea1fdb.tar.gz
python3-pillow: Fix CVE-2023-50447
Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter). References: https://security-tracker.debian.org/tracker/CVE-2023-50447 https://github.com/python-pillow/Pillow/blob/10.2.0/CHANGES.rst Signed-off-by: Rahul Janani Pandi <RahulJanani.Pandi@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
index b9c09127c5..e1d0b30860 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
@@ -10,6 +10,10 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
10 file://0001-explicitly-set-compile-options.patch \ 10 file://0001-explicitly-set-compile-options.patch \
11 file://run-ptest \ 11 file://run-ptest \
12 file://CVE-2023-44271.patch \ 12 file://CVE-2023-44271.patch \
13 file://CVE-2023-50447-1.patch \
14 file://CVE-2023-50447-2.patch \
15 file://CVE-2023-50447-3.patch \
16 file://CVE-2023-50447-4.patch \
13 " 17 "
14SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" 18SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8"
15 19