svn commit: r423816 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Wed Oct 12 01:28:24 UTC 2016
Author: feld
Date: Wed Oct 12 01:28:22 2016
New Revision: 423816
URL: https://svnweb.freebsd.org/changeset/ports/423816
Log:
Document libgd vulnerabilities
PR: 213023
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Oct 12 01:22:04 2016 (r423815)
+++ head/security/vuxml/vuln.xml Wed Oct 12 01:28:22 2016 (r423816)
@@ -58,6 +58,41 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="2a526c78-84ab-11e6-a4a1-60a44ce6887b">
+ <topic>libgd -- integer overflow which could lead to heap buffer overflow</topic>
+ <affects>
+ <package>
+ <name>gd</name>
+ <range><le>2.2.3</le></range>
+ </package>
+ <package>
+ <name>php70-gd</name>
+ <range><le>7.0.11</le></range>
+ </package>
+ <package>
+ <name>php56-gd</name>
+ <range><le>5.6.26</le></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>LibGD reports:</p>
+ <blockquote cite="https://github.com/libgd/libgd/issues/308">
+ <p>An integer overflow issue was found in function gdImageWebpCtx of file gd_webp.c which could lead to heap buffer overflow.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://github.com/libgd/libgd/issues/308</url>
+ <url>https://bugs.php.net/bug.php?id=73003</url>
+ <freebsdpr>213023</freebsdpr>
+ </references>
+ <dates>
+ <discovery>2016-09-02</discovery>
+ <entry>2016-10-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="cb3f036d-8c7f-11e6-924a-60a44ce6887b">
<topic>libvncserver -- multiple security vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list