Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928391 (CVE-2024-28219) - <dev-python/pillow-10.3.0: buffer overflow in _imagingcms.c
Summary: <dev-python/pillow-10.3.0: buffer overflow in _imagingcms.c
Status: CONFIRMED
Alias: CVE-2024-28219
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL: https://pillow.readthedocs.io/en/stab...
Whiteboard:
Keywords:
Depends on: 928390
Blocks:
  Show dependency tree
 
Reported: 2024-04-01 15:37 UTC by Michał Górny
Modified: 2024-04-01 15:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.