summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-11-07 17:04:28 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-07 12:41:54 +0100
commit7c7ab8ad4e2269d73fa6a572a7222aca3fdee27d (patch)
tree3bd9d6b88361abf90ccb3d0a0ee1d669a6ccd609 /meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb
parentb0d98aae8c41f43684b0d2afb7ee9a02ad4bd9c7 (diff)
downloadmeta-openembedded-7c7ab8ad4e2269d73fa6a572a7222aca3fdee27d.tar.gz
python3-pillow: Fix CVE-2024-28219
In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. References: https://nvd.nist.gov/vuln/detail/CVE-2024-28219 https://security-tracker.debian.org/tracker/CVE-2024-28219 Upstream patch: https://github.com/python-pillow/Pillow/commit/2a93aba5cfcf6e241ab4f9392c13e3b74032c061 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@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.bb1
1 files changed, 1 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 e42e58be80..ffc2c00fb1 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
@@ -14,6 +14,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
14 file://CVE-2023-50447-2.patch \ 14 file://CVE-2023-50447-2.patch \
15 file://CVE-2023-50447-3.patch \ 15 file://CVE-2023-50447-3.patch \
16 file://CVE-2023-50447-4.patch \ 16 file://CVE-2023-50447-4.patch \
17 file://CVE-2024-28219.patch \
17 " 18 "
18SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8" 19SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8"
19 20