← Back

Emacs

emacs

Vendor: Gnu • 35 CVEs

CVEs (35)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Gnu
1Emacs
Jun 17, 2026
Apr 22, 2026
N/A· v4
7.1 HIGH· v3
N/A· v2
A flaw was found in GNU Emacs. This vulnerability, a memory corruption issue, occurs when Emacs processes specially crafted SVG (Scalable Vector Graphics) CSS (Cascading Style Sheets) data. A local user could exploit thi...Show more
A flaw was found in GNU Emacs. This vulnerability, a memory corruption issue, occurs when Emacs processes specially crafted SVG (Scalable Vector Graphics) CSS (Cascading Style Sheets) data. A local user could exploit this by convincing a victim to open a malicious SVG file, which may lead to a denial of service (DoS) or potentially information disclosure.Show less
1Gnu
1Emacs
Jun 17, 2026
Nov 27, 2024
N/A· v4
7.8 HIGH· v3
N/A· v2
In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to...Show more
In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)Show less
1Gnu
1Emacs
Jun 17, 2026
Jun 23, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
In Emacs before 29.4, org-link-expand-abbrev in lisp/ol.el expands a %(...) link abbrev even when it specifies an unsafe function, such as shell-command-to-string. This affects Org Mode before 9.7.5.
2Debian
Gnu
3Debian Linux
EmacsOrg Mode
Jun 17, 2026
Mar 25, 2024
N/A· v4
7.1 HIGH· v3
N/A· v2
In Emacs before 29.3, Org mode considers contents of remote files to be trusted. This affects Org Mode before 9.6.23.
2Debian
Gnu
3Debian Linux
EmacsOrg Mode
Jun 17, 2026
Mar 25, 2024
N/A· v4
2.8 LOW· v3
N/A· v2
In Emacs before 29.3, LaTeX preview is enabled by default for e-mail attachments.
2Debian
Gnu
3Debian Linux
EmacsOrg Mode
Jun 17, 2026
Mar 25, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In Emacs before 29.3, Gnus treats inline MIME contents as trusted.
1Gnu
2Emacs
Org Mode
Jun 17, 2026
Mar 25, 2024
N/A· v4
7.8 HIGH· v3
N/A· v2
In Emacs before 29.3, arbitrary Lisp code is evaluated as part of turning on Org mode. This affects Org Mode before 9.6.23.
2Gnu
Redhat
5Emacs
Enterprise LinuxEnterprise Linux Eus+2 more
Jun 17, 2026
May 17, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
A flaw was found in the Emacs text editor. Processing a specially crafted org-mode code with the "org-babel-execute:latex" function in ob-latex.el can result in arbitrary command execution. This CVE exists because of a C...Show more
A flaw was found in the Emacs text editor. Processing a specially crafted org-mode code with the "org-babel-execute:latex" function in ob-latex.el can result in arbitrary command execution. This CVE exists because of a CVE-2023-28617 security regression for the emacs package in Red Hat Enterprise Linux 8.8 and Red Hat Enterprise Linux 9.2.Show less
1Gnu
1Emacs
Jun 17, 2026
Mar 9, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
emacsclient-mail.desktop in Emacs 28.1 through 28.2 is vulnerable to Emacs Lisp code injections through a crafted mailto: URI with unescaped double-quote characters. It is fixed in 29.0.90.
1Gnu
1Emacs
Jun 17, 2026
Mar 9, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
emacsclient-mail.desktop in Emacs 28.1 through 28.2 is vulnerable to shell command injections through a crafted mailto: URI. This is related to lack of compliance with the Desktop Entry Specification. It is fixed in 29.0...Show more
emacsclient-mail.desktop in Emacs 28.1 through 28.2 is vulnerable to shell command injections through a crafted mailto: URI. This is related to lack of compliance with the Desktop Entry Specification. It is fixed in 29.0.90Show less
1Gnu
1Emacs
Jun 17, 2026
Feb 20, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
An issue was discovered in GNU Emacs through 28.2. htmlfontify.el has a command injection vulnerability. In the hfy-istext-command function, the parameter file and parameter srcdir come from external input, and parameter...Show more
An issue was discovered in GNU Emacs through 28.2. htmlfontify.el has a command injection vulnerability. In the hfy-istext-command function, the parameter file and parameter srcdir come from external input, and parameters are not escaped. If a file name or directory name contains shell metacharacters, code may be executed.Show less
1Gnu
1Emacs
Jun 17, 2026
Feb 20, 2023
N/A· v4
7.3 HIGH· v3
N/A· v2
An issue was discovered in GNU Emacs through 28.2. In ruby-mode.el, the ruby-find-library-file function has a local command injection vulnerability. The ruby-find-library-file function is an interactive function, and bou...Show more
An issue was discovered in GNU Emacs through 28.2. In ruby-mode.el, the ruby-find-library-file function has a local command injection vulnerability. The ruby-find-library-file function is an interactive function, and bound to C-c C-f. Inside the function, the external command gem is called through shell-command-to-string, but the feature-name parameters are not escaped. Thus, malicious Ruby source files may cause commands to be executed.Show less
2Debian
Gnu
2Debian Linux
Emacs
Jun 17, 2026
Feb 20, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
GNU Emacs through 28.2 allows attackers to execute commands via shell metacharacters in the name of a source-code file, because lib-src/etags.c uses the system C library function in its implementation of the etags progra...Show more
GNU Emacs through 28.2 allows attackers to execute commands via shell metacharacters in the name of a source-code file, because lib-src/etags.c uses the system C library function in its implementation of the etags program. For example, a victim may use the "etags -u *" command (suggested in the etags documentation) in a situation where the current working directory has contents that depend on untrusted input.Show less
3Debian
FedoraprojectGnu
3Debian Linux
EmacsFedora
Jun 17, 2026
Nov 28, 2022
N/A· v4
7.8 HIGH· v3
N/A· v2
GNU Emacs through 28.2 allows attackers to execute commands via shell metacharacters in the name of a source-code file, because lib-src/etags.c uses the system C library function in its implementation of the ctags progra...Show more
GNU Emacs through 28.2 allows attackers to execute commands via shell metacharacters in the name of a source-code file, because lib-src/etags.c uses the system C library function in its implementation of the ctags program. For example, a victim may use the "ctags *" command (suggested in the ctags documentation) in a situation where the current working directory has contents that depend on untrusted input.Show less
1Gnu
1Emacs
May 13, 2026
Oct 31, 2017
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
GNU Emacs version 25.3.1 (and other versions most likely) ignores umask when creating a backup save file ("[ORIGINAL_FILENAME]~") resulting in files that may be world readable or otherwise accessible in ways not intended...Show more
GNU Emacs version 25.3.1 (and other versions most likely) ignores umask when creating a backup save file ("[ORIGINAL_FILENAME]~") resulting in files that may be world readable or otherwise accessible in ways not intended by the user running the emacs binary.Show less
2Debian
Gnu
2Debian Linux
Emacs
May 13, 2026
Sep 14, 2017
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
GNU Emacs before 25.3 allows remote attackers to execute arbitrary code via email with crafted "Content-Type: text/enriched" data containing an x-display XML element that specifies execution of shell commands, related to...Show more
GNU Emacs before 25.3 allows remote attackers to execute arbitrary code via email with crafted "Content-Type: text/enriched" data containing an x-display XML element that specifies execution of shell commands, related to an unsafe text/enriched extension in lisp/textmodes/enriched.el, and unsafe Gnus support for enriched and richtext inline MIME objects in lisp/gnus/mm-view.el. In particular, an Emacs user can be instantly compromised by reading a crafted email message (or Usenet news article).Show less
1Gnu
1Emacs
May 13, 2026
Aug 28, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Emacs 24.4 allows remote attackers to bypass security restrictions.
2Gnu
Mageia Project
2Emacs
Mageia
May 6, 2026
May 8, 2014
N/A· v4
N/A· v3
3.3 LOW· v2
lisp/net/tramp-sh.el in GNU Emacs 24.3 and earlier allows local users to overwrite arbitrary files via a symlink attack on a /tmp/tramp.##### temporary file.
2Gnu
Mageia Project
2Emacs
Mageia
May 6, 2026
May 8, 2014
N/A· v4
N/A· v3
3.3 LOW· v2
lisp/net/browse-url.el in GNU Emacs 24.3 and earlier allows local users to overwrite arbitrary files via a symlink attack on a /tmp/Mosaic.##### temporary file.
2Gnu
Mageia Project
2Emacs
Mageia
May 6, 2026
May 8, 2014
N/A· v4
N/A· v3
3.3 LOW· v2
lisp/emacs-lisp/find-gc.el in GNU Emacs 24.3 and earlier allows local users to overwrite arbitrary files via a symlink attack on a temporary file under /tmp/esrc/.