Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 15:50:41 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409614 - head/security/vuxml
Message-ID:  <201602261550.u1QFofho016708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Feb 26 15:50:41 2016
New Revision: 409614
URL: https://svnweb.freebsd.org/changeset/ports/409614

Log:
  Document graphics/giflib vulnerability
  
  Security:	CVE-2015-7555

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Feb 26 15:33:49 2016	(r409613)
+++ head/security/vuxml/vuln.xml	Fri Feb 26 15:50:41 2016	(r409614)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="90c8385a-dc9f-11e5-8fa8-14dae9d210b8">
+    <topic>giflib -- heap overflow</topic>
+    <affects>
+      <package>
+	<name>giflib</name>
+	<range><lt>5.1.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Hans Jerry Illikainen reports:</p>
+	<blockquote cite="http://seclists.org/bugtraq/2015/Dec/114">;
+	  <p>A heap overflow may occur in the giffix utility included in
+	    giflib-5.1.1 when processing records of the type
+	    `IMAGE_DESC_RECORD_TYPE' due to the allocated size of `LineBuffer'
+	    equaling the value of the logical screen width, `GifFileIn-&gt;SWidth',
+	    while subsequently having `GifFileIn-&gt;Image.Width' bytes of data written
+	    to it.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://seclists.org/bugtraq/2015/Dec/114</url>;
+      <cvename>CVE-2015-7555</cvename>
+    </references>
+    <dates>
+      <discovery>2015-12-21</discovery>
+      <entry>2016-02-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="59a0af97-dbd4-11e5-8fa8-14dae9d210b8">
     <topic>drupal -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602261550.u1QFofho016708>