NONE · 0

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 witho...

Vulnerability Description

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-71393?

CVE-2026-71393 is a documented vulnerability. 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 witho...

How severe is CVE-2026-71393?

CVSS scoring is not yet available for CVE-2026-71393. Check NVD for updates.

Is there a patch for CVE-2026-71393?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.