Lucene search
+L

1735 matches found

NVD
NVD
added 2026/08/21 9:17 p.m.8 views

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

7.1CVSS0.0013EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:20 p.m.25 views

CVE-2026-77219 GNU Emacs < 31.0.91 Heap Over-Read via PBM/PPM/PGM Image Loader

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

7.1CVSS0.0013EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/21 8:20 p.m.6 views

CVE-2026-77219 GNU Emacs < 31.0.91 Heap Over-Read via PBM/PPM/PGM Image Loader

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

6.9CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/21 8:20 p.m.9 views

EUVD-2026-64138

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

7.1CVSS5.5AI score0.0013EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 8:20 p.m.16 views

CVE-2026-77219

GNU Emacs before 31.0.91 is affected by an integer overflow in the PBM/PPM/PGM image loader . The 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 p...

7.1CVSS5.3AI score0.0013EPSS
SaveExploits0References4
Gentoo Linux
Gentoo Linux
added 2026/08/20 12:00 a.m.9 views

GNU Emacs: Arbitrary code execution

Background GNU Emacs is the extensible, customizable, self-documenting real-time display editor. Description A vulnerability has been discovered in GNU Emacs. Please review the CVE identifier referenced below for details. Impact An attacker could achieve arbitrary code execution by tricking a use...

6.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/11 7:24 p.m.8 views

CVE-2026-71391

A flaw was found in GNU Emacs, specifically in GNU Emacs for Android. An off-by-one error can occur when a specially crafted font file is processed due to an improper bounds check. This can cause a heap-based buffer over-read, exposing heap memory contents. Mitigation Do not load untrusted font...

5.3CVSS5.4AI score0.00327EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/11 7:24 p.m.11 views

CVE-2026-71393

A flaw was found in GNU Emacs, specifically in GNU Emacs for Android. An integer overflow can occur when a specially crafted font file is processed on 32-bit systems due to an improper overflow checking. This can cause an undersized heap allocation and subsequently a heap-based buffer overflow,...

7.8CVSS5.7AI score0.0039EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/11 7:21 p.m.10 views

CVE-2026-71392

A flaw was found in GNU Emacs, specifically in GNU Emacs for Android. An integer overflow can occur when a specially crafted font file is processed on 32-bit systems due to an unguarded addition during memory allocation. This can cause an undersized heap allocation and subsequently a heap-based...

7.8CVSS5.7AI score0.0039EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/11 7:21 p.m.8 views

CVE-2026-71394

A flaw was found in GNU Emacs, specifically in GNU Emacs for Android. The parser can return a structure with uninitialized heap memory when a specially crafted font file is processed due to an improper validation. This can lead to the use of uninitialized heap data, potentially resulting in...

5.3CVSS5.5AI score0.00279EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 11:17 a.m.15 views

CVE-2026-71393

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable 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 a...

5.3CVSS0.0039EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 11:17 a.m.10 views

CVE-2026-71392

GNU Emacs for Android is vulnerable to an integer overflow in the sfntreadcmapformat12 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 write. An attacker can...

5.3CVSS0.0039EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 11:17 a.m.15 views

CVE-2026-71394

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory 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...

5.3CVSS0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 11:17 a.m.5 views

DEBIAN-CVE-2026-71391

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 sfntvarysimpleglyph and sfntvarycompoundglyph uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font ...

5.3CVSS5.4AI score0.00327EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 11:17 a.m.15 views

CVE-2026-71391

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 sfntvarysimpleglyph and sfntvarycompoundglyph uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font ...

5.3CVSS0.00327EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/10 10:23 a.m.11 views

CVE-2026-71394

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory 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...

5.3CVSS5.5AI score0.00279EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 10:23 a.m.34 views

CVE-2026-71394

CVE-2026-71394 affects GNU Emacs for Android. The flaw in sfnt_read_table_directory() (src/sfnt.c) arises from an incorrect read-length check, allowing a crafted font to report more table directory entries than exist and return a structure with uninitialized heap memory in table directory entries...

5.3CVSS5.5AI score0.00279EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 10:23 a.m.37 views

CVE-2026-71394 Heap Use of Uninitialized Memory in GNU Emacs for Android

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory 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...

5.3CVSS0.00279EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 10:22 a.m.9 views

CVE-2026-71393

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable 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 a...

5.3CVSS6.1AI score0.0039EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 10:22 a.m.39 views

CVE-2026-71393

CVE-2026-71393 affects GNU Emacs for Android. A 32-bit font length value in sfnt_read_name_table() can overflow when computing the allocation size, causing an undersized heap allocation. A crafted TrueType font can trigger a read() past the buffer, leading to heap memory corruption and potential ...

5.3CVSS6AI score0.0039EPSS
SaveExploits0References3
Rows per page
Query Builder