aboutsummaryrefslogtreecommitdiff
path: root/security/vuxml
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-09-26 14:39:02 +0000
committerSteve Wills <swills@FreeBSD.org>2017-09-26 14:39:02 +0000
commit9faf17f5959828916f02fb5e9b22c9f3ad2ed469 (patch)
tree4898b9640a084993afd2bc8bbf3bd7515371c864 /security/vuxml
parent4716c7a03d5f68110b9820b611fbb314b42fbd7e (diff)
downloadports-9faf17f5959828916f02fb5e9b22c9f3ad2ed469.tar.gz
ports-9faf17f5959828916f02fb5e9b22c9f3ad2ed469.zip
Document issue in gd
Notes
Notes: svn path=/head/; revision=450666
Diffstat (limited to 'security/vuxml')
-rw-r--r--security/vuxml/vuln.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index c9bc8bf49951..3f63ecfe3f24 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,35 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="a60a2e95-acba-4b11-bc32-ffb47364e07d">
+ <topic>libgd -- Denial of servica via double free</topic>
+ <affects>
+ <package>
+ <name>libgd</name>
+ <range><lt>2.2.5</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>libgd developers report:</p>
+ <blockquote cite="http://www.debian.org/security/2017/dsa-3961">
+ <p>Double free vulnerability in the gdImagePngPtr function in libgd2 before 2.2.5 allows remote attackers to cause a denial of service via vectors related to a palette with no colors.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.debian.org/security/2017/dsa-3961</url>
+ <url>https://github.com/libgd/libgd/issues/381</url>
+ <url>https://github.com/libgd/libgd/releases/tag/gd-2.2.5</url>
+ <url>https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N2BLXX7KNRE7ZVQAKGTHHWS33CUCXVUP/</url>
+ <cvename>CVE-2017-6362</cvename>
+ </references>
+ <dates>
+ <discovery>2017-9-7</discovery>
+ <entry>2017-9-26</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5033e2fc-98ec-4ef5-8e0b-87cfbbc73081">
<topic>php-gd and gd -- Buffer over-read into uninitialized memory</topic>
<affects>