CVE-2026-71394
Received
Received - Intake
Heap Memory Corruption in GNU Emacs for Android
Vulnerability report for CVE-2026-71394, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-10
Last updated on: 2026-08-10
Assigner: CERT.PL
Description
Description
GNU Emacs for Android improperly validates the table header input in sfnt_read_table_directory() in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a struct with uninitialized heap memory in the table directory entries.Β 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 leads to the use of uninitialized heap data in subsequent table lookups, potentially resulting in information disclosure, crashes, or arbitrary memory access on 32-bit targets.
This issue is fixed after commitΒ 7621ee1d01229d50e5c0cddea6bf0b01095a62cf
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | emacs | to 7621ee1d01229d50e5c0cddea6bf0b01095a62cf (inc) |
| gnu | emacs | * |
| gnu | emacs | From 7621ee1d01229d50e5c0cddea6bf0b01095a62cf (inc) |
| gnu | emacs | From 95ab9ef627b212d74d321c5bbb5b56a1be7b9fbe (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1284 | The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties. |