Heap-based Buffer Overflow Affecting pillow Open this link in a new tab package, versions [9.1.0,9.1.1)
Attack Complexity
Low
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-PYTHON-PILLOW-2838873
-
published
19 May 2022
-
disclosed
17 May 2022
-
credit
Unknown
Introduced: 17 May 2022
CVE-2022-30595 Open this link in a new tabHow to fix?
Upgrade Pillow
to version 9.1.1 or higher.
Overview
Pillow is a PIL (Python Imaging Library) fork.
Affected versions of this package are vulnerable to Heap-based Buffer Overflow. When reading a TGA file with RLE packets that cross scan lines. Pillow reads the information past the end of the first line without deducting that from the length of the remaining file data.