Skip to content

Commit ef1f0eb

Browse files
fix(deps): bump Pillow 12.1.1 → 12.3.0 (CVE-2026-59205)
LCORE-3161 Pillow <12.3.0 has controlled native heap corruption in ImageCms.ImageCmsTransform.apply when output image mode mismatches the transform's declared output mode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent caeb8cf commit ef1f0eb

3 files changed

Lines changed: 31 additions & 43 deletions

File tree

.konflux/requirements.hashes.wheel.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ pandas==3.0.2 \
211211
--hash=sha256:adf5d48f0407c277ebf624b35ae45313b4f6def71cb27a786b84c6189dcb93b3
212212
peft==0.19.1 \
213213
--hash=sha256:d0b98d5a5a456c0445495fca64be52f985e0dfff57c4f72020d92c0dc3eb9f08
214-
pillow==12.2.0 \
215-
--hash=sha256:1d14bc0f26c4f17eae2bddfe2700bcc922c5e19bebad32145a52445ad0b2909d \
216-
--hash=sha256:394981fc7445b3721bc5dd88b5859050eedfa51e307a986fdf832d2145555f59
214+
pillow==12.3.0 \
215+
--hash=sha256:292ad662c4a21daa5c557816bd36870c036fcb32f1863a474725c9a48db317f2 \
216+
--hash=sha256:e803d1800d5fb6ed2fbbb8d1aa4a42f1f9080ed98b6f929646b920330031f6b1
217217
polyleven==0.11.0 \
218218
--hash=sha256:952335347f97afe6477d325af4ba62d01806ec728f69bc22dee6908466d4cea3 \
219219
--hash=sha256:fac5592f992760680817f73c7b18b1a82151d37410584454aa162d2010b587fb

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ dependencies = [
7070
"pyasn1>=0.6.3", # LCORE-1490
7171
# Used for system prompt template variable rendering
7272
"jinja2>=3.1.0",
73+
"Pillow>=12.3.0", # CVE-2026-59205
7374
# To be able to fix multiple CVEs, also LCORE-1117
7475
"requests>=2.33.0",
7576
]

0 commit comments

Comments
 (0)