diff options
author | feld <feld@FreeBSD.org> | 2017-02-05 01:21:09 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-02-05 01:21:09 +0800 |
commit | 1bbd6a0e2cc714bd1919fc69d4e25aa24733d68e (patch) | |
tree | 0e6130a57c3e7c2c746f87a971737a482eb017db /security | |
parent | 2008122e9d7ac747cf104b36fc52b081a4a36acd (diff) | |
download | freebsd-ports-gnome-1bbd6a0e2cc714bd1919fc69d4e25aa24733d68e.tar.gz freebsd-ports-gnome-1bbd6a0e2cc714bd1919fc69d4e25aa24733d68e.tar.zst freebsd-ports-gnome-1bbd6a0e2cc714bd1919fc69d4e25aa24733d68e.zip |
Document freeimage vulnerability
PR: 216657
Security: CVE-2016-5684
Diffstat (limited to 'security')
-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> |