svn commit: r420626 - head/security/vuxml

Koop Mast kwm at FreeBSD.org
Mon Aug 22 17:21:00 UTC 2016


Author: kwm
Date: Mon Aug 22 17:20:59 2016
New Revision: 420626
URL: https://svnweb.freebsd.org/changeset/ports/420626

Log:
  Docuement eog out of bounds write.
  
  Security:	CVE-2016-6855

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Aug 22 17:16:30 2016	(r420625)
+++ head/security/vuxml/vuln.xml	Mon Aug 22 17:20:59 2016	(r420626)
@@ -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="f5035ead-688b-11e6-8b1d-c86000169601">
+    <topic>eog -- out-of-bounds write</topic>
+    <affects>
+      <package>
+	<name>eog</name>
+	<range><lt>3.18.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Felix Riemann reports:</p>
+	<blockquote cite="https://mail.gnome.org/archives/ftp-release-list/2016-August/msg00123.html">
+	  <p>CVE-2016-6855 out-of-bounds write in eog 3.10.2.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://mail.gnome.org/archives/ftp-release-list/2016-August/msg00123.html</url>
+      <cvename>CVE-2016-6855</cvename>
+    </references>
+    <dates>
+      <discovery>2016-08-21</discovery>
+      <entry>2016-08-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="44989c29-67d1-11e6-8b1d-c86000169601">
     <topic>fontconfig -- insufficiently cache file validation</topic>
     <affects>


More information about the svn-ports-all mailing list