Integer overflow in GNU Emacs
CVE-2026-71393
GNU Emacs for Android is vulnerable to an integer overflow in sfnt_read_name_table() in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in an undersized heap allocation. A subsequent read() call writes beyond the buffer, causing a heap buffer overflow. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This can lead to heap memory corruption and potential code execution. This issue was fixed in commit d51a4722316efe0960994d371e1859099894d1ca
Vulnerability class: Integer Overflow
Published · last modified .
EPSS exploit prediction
EPSS: 0.004 (33.0th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 33rd percentile — 33.0% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.004 · newest: 0.004 · change: 0.000
Affected products
- GNU Emacs — versions 0
Weakness classification (CWE)
References
- cert.pl/en/posts/2026/08/CVE-2026-71391 (third-party-advisory)
- www.gnu.org/savannah-checkouts/gnu/emacs/emacs.html (product)
- git.savannah.gnu.org/cgit/emacs.git/commit/ (patch)