### [CVE-2016-7966](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7966) ![](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 Through a malicious URL that contained a quote character it was possible to inject HTML code in KMail's plaintext viewer. Due to the parser used on the URL it was not possible to include the equal sign (=) or a space into the injected HTML, which greatly reduces the available HTML functionality. Although it is possible to include an HTML comment indicator to hide content. ### POC #### Reference - http://www.openwall.com/lists/oss-security/2016/10/05/1 #### Github No PoCs found on GitHub currently.