Files
CVEs-PoC/2017/CVE-2017-14482.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.0 KiB
Markdown

### [CVE-2017-14482](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14482)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
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).
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2017/09/11/1
- https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28350
#### Github
No PoCs found on GitHub currently.