CVE Vulnerabilities

CVE-2026-55379

Memory Allocation with Excessive Size Value

Published: Jul 06, 2026 | Modified: Jul 07, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

Pillow is a Python imaging library. Prior to 12.3.0, PIL/BdfFontFile.py bdf_char() read the BBX width and height field from a BDF font file and passed attacker-controlled dimensions to Image.new() without calling Image._decompression_bomb_check(), bypassing Pillows documented decompression bomb protection and allowing excessive memory allocation. This issue is fixed in version 12.3.0.

Weakness

The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.

Affected Software

NameVendorStart VersionEnd Version
PillowPython*12.3.0 (excluding)
Red Hat Enterprise Linux 8RedHatpython-pillow-0:5.1.1-22.el8_10*
PillowUbuntuquesting*

Potential Mitigations

References