svn commit: r418584 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Fri Jul 15 16:19:23 UTC 2016


Author: feld
Date: Fri Jul 15 16:19:21 2016
New Revision: 418584
URL: https://svnweb.freebsd.org/changeset/ports/418584

Log:
  Document tiff vulnerabilities
  
  Security:	CVE-2016-5102
  Security:	CVE-2016-5875
  Security:	CVE-2016-3186
  
  PR:		211113

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jul 15 15:59:57 2016	(r418583)
+++ head/security/vuxml/vuln.xml	Fri Jul 15 16:19:21 2016	(r418584)
@@ -58,6 +58,87 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c17fe91d-4aa6-11e6-a7bd-14dae9d210b8">
+    <topic>tiff -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>tiff</name>
+	<range><lt>4.0.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>SO-AND-SO reports:</p>
+	<blockquote cite="http://bugzilla.maptools.org/show_bug.cgi?id=2552">
+	  <p>buffer overflow in gif2tiff tool</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://bugzilla.maptools.org/show_bug.cgi?id=2552</url>
+      <cvename>CVE-2016-5102</cvename>
+    </references>
+    <dates>
+      <discovery>2016-05-30</discovery>
+      <entry>2016-07-15</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="0ab66088-4aa5-11e6-a7bd-14dae9d210b8">
+    <topic>tiff -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>tiff</name>
+	<range><lt>4.0.6_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mathias Svensson reports:</p>
+	<blockquote cite="https://github.com/vadz/libtiff/commit/391e77fcd217e78b2c51342ac3ddb7100ecacdd2">
+	  <p>potential buffer write overrun in PixarLogDecode() on
+	    corrupted/unexpected images</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/vadz/libtiff/commit/391e77fcd217e78b2c51342ac3ddb7100ecacdd2</url>
+      <cvename>CVE-2016-5875</cvename>
+    </references>
+    <dates>
+      <discovery>2016-06-28</discovery>
+      <entry>2016-07-15</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="42ecf370-4aa4-11e6-a7bd-14dae9d210b8">
+    <topic>tiff -- denial of service</topic>
+    <affects>
+      <package>
+	<name>tiff</name>
+	<range><lt>4.0.6_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Aladdin Mubaied reports:</p>
+	<blockquote cite="https://bugzilla.redhat.com/show_bug.cgi?id=1319503">
+	  <p>Buffer-overflow in gif2tiff utility</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1319503</url>
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1319666</url>
+      <url>http://www.openwall.com/lists/oss-security/2016/03/30/2</url>
+      <cvename>CVE-2016-3186</cvename>
+    </references>
+    <dates>
+      <discovery>2016-03-20</discovery>
+      <entry>2016-07-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d706a3a3-4a7c-11e6-97f7-5453ed2e2b49">
     <topic>p7zip -- out-of-bounds read vulnerability</topic>
     <affects>


More information about the svn-ports-head mailing list