OSV 1.4.0 · unreviewed · 修改于 2026-08-20 23:34
发布时间
2026-08-20 23:34
GitHub 审查时间
—
NVD 发布时间
2026-08-20 21:19
源文件
advisories/unreviewed/2026/08/GHSA-qjrj-qxx7-fc4j/GHSA-qjrj-qxx7-fc4j.json
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.
该公告没有提供结构化的受影响软件包信息。