๐Ÿ” CVE Alert

CVE-2026-77118

UNKNOWN 0.0

Out-of-bounds write in GraphicsMagick PCD decoder

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

A heap out-of-bounds write exists in the Photo CD (PCD) decoder of GraphicsMagick. In DecodeImage() (coders/pcd.c), the Huffman delta loop advances its output pointer with q++ after every decoded delta and never checks it against the end of the heap-allocated luma/chroma plane buffers. The pointer is repositioned only when a sync marker introduces a new plane/row; between sync markers the run length is bounded solely by the input. A crafted PCD file that positions the pointer near the end of a plane and then supplies a long run of deltas with no intervening sync therefore walks the pointer past the end of the allocation and writes through it. Processing an untrusted PCD file โ€” for example with gm convert or gm identify, or through any application linked against libGraphicsMagick โ€” can corrupt heap memory beyond the buffers.

CWE CWE-787
Vendor graphicsmagick group
Product graphicsmagick
Published Aug 20, 2026
Last Updated Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for graphicsmagick group graphicsmagick

Be the first to know when new unknown vulnerabilities affecting graphicsmagick group graphicsmagick are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

GraphicsMagick Group / GraphicsMagick
1.0.0 < 1.3.48
Debian / graphicsmagick
0 < 1.4+really1.3.48-1
Fedora Project / GraphicsMagick
0 < 1.3.48

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
foss.heptapod.net: https://foss.heptapod.net/graphicsmagick/graphicsmagick/-/commit/937cdd9920bd96 foss.heptapod.net: https://foss.heptapod.net/graphicsmagick/graphicsmagick/-/raw/GraphicsMagick-1_3_48/ChangeLog

Credits

Cipher - Causal Security (https://causalsecurity.com/), who discovered the defect and reported it to the GraphicsMagick maintainer on 2026-06-14 Bob Friesenhahn, GraphicsMagick, for the upstream fix