svn commit: r406293 - head/security/vuxml

Thomas Zander riggs at FreeBSD.org
Sun Jan 17 10:12:18 UTC 2016


Author: riggs
Date: Sun Jan 17 10:12:17 2016
New Revision: 406293
URL: https://svnweb.freebsd.org/changeset/ports/406293

Log:
  Document zero day remote vulnerability in ffmpeg 2.0.0 - 2.8.4
  
  PR:		206282

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan 17 10:07:21 2016	(r406292)
+++ head/security/vuxml/vuln.xml	Sun Jan 17 10:12:17 2016	(r406293)
@@ -58,6 +58,41 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="046fedd1-bd01-11e5-bbf4-5404a68ad561">
+    <topic>ffmpeg -- remote attacker can access local files</topic>
+    <affects>
+      <package>
+	<name>ffmpeg</name>
+	<range>
+	  <gt>2.0.0</gt>
+	  <lt>2.8.5</lt>
+	</range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Arch Linux reports:</p>
+	<blockquote cite="https://bugs.archlinux.org/task/47738">
+	  <p>ffmpeg has a vulnerability in the current version that allows the
+	    attacker to create a specially crafted video file, downloading which
+	    will send files from a user PC to a remote attacker server. The
+	    attack does not even require the user to open that file — for
+	    example, KDE Dolphin thumbnail generation is enough.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-1897</cvename>
+      <cvename>CVE-2016-1898</cvename>
+      <freebsdpr>ports/206282</freebsdpr>
+      <url>https://www.ffmpeg.org/security.html</url>
+    </references>
+    <dates>
+      <discovery>2016-01-13</discovery>
+      <entry>2016-01-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6c808811-bb9a-11e5-a65c-485d605f4717">
     <topic>h2o -- directory traversal vulnerability</topic>
     <affects>


More information about the svn-ports-head mailing list