diff options
author | ashish <ashish@FreeBSD.org> | 2017-09-12 21:25:16 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2017-09-12 21:25:16 +0800 |
commit | d3f4860c9a8bdc346b36f4788e5fcb3caaae61a8 (patch) | |
tree | 83891bbe704f4f1ac4be487e3306f15b278c96d3 /security | |
parent | fbed7c9356c42668678668ba00c633578e4c7dc0 (diff) | |
download | freebsd-ports-gnome-d3f4860c9a8bdc346b36f4788e5fcb3caaae61a8.tar.gz freebsd-ports-gnome-d3f4860c9a8bdc346b36f4788e5fcb3caaae61a8.tar.zst freebsd-ports-gnome-d3f4860c9a8bdc346b36f4788e5fcb3caaae61a8.zip |
- Document emacs vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c121b52c8747..2f93758708d8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -141723,6 +141723,36 @@ misc.c: <entry>2005-09-29</entry> </dates> </vuln> + + <vuln vid="47e2e52c-975c-11e7-942d-5404a68a61a2"> + <topic>emacs -- enriched text remote code execution vulnerability</topic> + <affects> + <package> + <name>emacs</name> + <range><lt>25.3,3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Paul Eggert reports:</p> + <blockquote cite="http://seclists.org/oss-sec/2017/q3/422"> + <p>Charles A. Roelli has found a security flaw in the enriched mode in GNU Emacs.</p> + <p>When Emacs renders MIME text/enriched data (Internet RFC 1896), it + is vulnerable to arbitrary code execution. Since Emacs-based mail + clients decode "Content-Type: text/enriched", this code is exploitable + remotely. This bug affects GNU Emacs versions 19.29 through 25.2.</p> + </blockquote> + </body> + </description> + <references> + <url>http://seclists.org/oss-sec/2017/q3/422</url> + <url>https://bugs.gnu.org/28350</url> + </references> + <dates> + <discovery>2017-09-04</discovery> + <entry>2017-09-12</entry> + </dates> + </vuln> </vuxml><!-- EOF --> <!-- Note: Please add new entries to the beginning of this file. --> <!-- ex: set ts=8 tw=80 sw=2: --> |