Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 928391 (CVE-2024-28219)

Summary: <dev-python/pillow-10.3.0: buffer overflow in _imagingcms.c
Product: Gentoo Security Reporter: Michał Górny <mgorny>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: CONFIRMED ---    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html#security
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 928390    
Bug Blocks:    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-01 15:37:41 UTC
CVE-2024-28219: Fix buffer overflow in _imagingcms.c
In _imagingcms.c, two strcpy calls were able to copy too much data into fixed length strings. This has been fixed by using strncpy instead.