diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-02-04 17:21:09 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-02-04 17:21:09 +0000 |
commit | a2a40c8989351ad6020a332a94a803e95b51cd1e (patch) | |
tree | 0e6130a57c3e7c2c746f87a971737a482eb017db | |
parent | Update to upstream release 1.3.0 (diff) |
Document freeimage vulnerability
PR: 216657
Security: CVE-2016-5684
Notes
Notes:
svn path=/head/; revision=433327
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index aac1bf5217f8..febf28a6c26d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5b1631dc-eafd-11e6-9ac1-a4badb2f4699"> + <topic>freeimage -- code execution vulnerability</topic> + <affects> + <package> + <name>freeimage</name> + <range><ge>0</ge></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>TALOS reports:</p> + <blockquote cite="http://www.talosintelligence.com/reports/TALOS-2016-0189/"> + <p>An exploitable out-of-bounds write vulnerability exists in + the XMP image handling functionality of the FreeImage library.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.talosintelligence.com/reports/TALOS-2016-0189/</url> + <cvename>CVE-2016-5684</cvename> + <freebsdpr>ports/216657</freebsdpr> + </references> + <dates> + <discovery>2016-10-03</discovery> + <entry>2017-02-04</entry> + </dates> + </vuln> + <vuln vid="5a9b3d70-48e2-4267-b196-83064cb14fe0"> <topic>shotwell -- failure to encrypt authentication</topic> <affects> |