Out-of-bounds Read in GNU Emacs
CVE-2026-77219
GNU Emacs before 31.0.91 contains an integer overflow in the PBM/PPM/PGM image loader that allows an attacker to leak heap memory contents by supplying a crafted image with large dimensions and an elevated max color index. The image loader multiplies image dimensions and channel count using signed integer arithmetic; for sufficiently large values, the result wraps to a negative number, bypassing the bounds check and causing the pixel reader to access heap memory past the end of the allocated buffer. The over-read contents are interpreted as pixel color values and rendered on screen.
Vulnerability class: Buffer Overflow
CVSS v3 metric
CVSS v3 base score 7.1 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H.
Affected products
Weakness classification (CWE)
References
- Bug Report (issue-tracking)
- Release Tag (release-notes)
- Patch Commit (patch)
- disclosure@vulncheck.com (third-party-advisory)
Frequently asked questions
- What is CVE-2026-77219?
- CVE-2026-77219 is a high-severity vulnerability in GNU Emacs, classified under Out-of-bounds Read. CVSS score: 7.1/10. Published 2026-08-21.
- How severe is CVE-2026-77219?
- High severity. CVSS v3 base score is 7.1 out of 10.