You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CVE-2026-52584: heap buffer overflow in DecodeImageAPNG
Guard the decoded PNG frame's row array before copying pixel rows.
A crafted APNG with a frame viewport larger than the rows actually
produced could cause an out-of-bounds read.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
jpeg-xl (0.7.0-10.2deepin3) unstable; urgency=medium
Guard the decoded PNG frame's row array before copying pixel rows.
A crafted APNG with a frame viewport larger than the rows actually
produced could cause an out-of-bounds read.