VYPR

Emacs for Android

by GNU

Source repositories

CVEs (2)

  • CVE-2026-71392MedAug 10, 2026
    risk 0.27cvss epss 0.00

    GNU Emacs for Android is vulnerable to an integer overflow in the sfnt_read_cmap_format_12() function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit builds, causing a heap buffer overflow…

  • CVE-2026-71391MedAug 10, 2026
    risk 0.27cvss epss 0.00

    GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfnt_vary_simple_glyph() and sfnt_vary_compound_glyph() uses a strict greater-than comparison instead of greater-than-or-equal, allowing a…