VDB
KO
MEDIUM 5.5

GHSA-5xmw-vc9v-4wf2

Pillow has a heap buffer overflow with nested list coordinates

Details

Passing nested lists as coordinates to APIs that accept coordinates such as `ImagePath.Path`, `ImageDraw.ImageDraw.polygon` and `ImageDraw.ImageDraw.line` could cause a heap buffer overflow, as nested lists were recursively unpacked beyond the allocated buffer. Coordinate lists are now validated to contain exactly two numeric coordinates. This was introduced in Pillow 11.2.1.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / pillow
Introduced in: 11.2.1 Fixed in: 12.2.0
Fix pip install --upgrade 'pillow>=12.2.0'

References