Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 12:55:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475436 - head/security/vuxml
Message-ID:  <201807271255.w6RCt3hR044296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Jul 27 12:55:03 2018
New Revision: 475436
URL: https://svnweb.freebsd.org/changeset/ports/475436

Log:
  security/vuxml: document gimp issue
  
  While here, fix entry date on curl entry
  
  PR:		225636
  Submitted by:	D. Ebdrup <debdrup@gmail.com>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jul 27 12:45:29 2018	(r475435)
+++ head/security/vuxml/vuln.xml	Fri Jul 27 12:55:03 2018	(r475436)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="bfda2d80-0858-11e8-ad5c-0021ccb9e74d">
+    <topic>GIMP - Heap Buffer Overflow Vulnerability</topic>
+    <affects>
+      <package>
+	<name>gimp</name>
+	<range><lt>2.8.22,2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>GNOME reports:</p>
+	<blockquote cite="https://www.securityfocus.com/bid/102765/references">;
+	  <p>CVE-2017-17786 Out of bounds read / heap overflow in tga importer / function bgr2rgb.part.1</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugzilla.gnome.org/show_bug.cgi?id=739134</url>;
+       <cvename>CVE-2017-17786</cvename>
+    </references>
+    <dates>
+      <discovery>2017-12-21</discovery>
+      <entry>2018-07-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b9c525d9-9198-11e8-beba-080027ef1a23">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>
@@ -172,7 +198,7 @@ Notes:
     </references>
     <dates>
       <discovery>2018-07-11</discovery>
-      <entry>2018-07-13</entry>
+      <entry>2018-07-27</entry>
     </dates>
   </vuln>
 



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