Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 10:10:56 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416712 - head/security/vuxml
Message-ID:  <201606111010.u5BAAuq0076961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jun 11 10:10:56 2016
New Revision: 416712
URL: https://svnweb.freebsd.org/changeset/ports/416712

Log:
  Document remote code execution vulnerability in multimedia vlc before 2.2.4

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jun 11 09:36:43 2016	(r416711)
+++ head/security/vuxml/vuln.xml	Sat Jun 11 10:10:56 2016	(r416712)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="6d402857-2fba-11e6-9f31-5404a68ad561">
+    <topic>VLC -- Possibly remote code execution via crafted file</topic>
+    <affects>
+      <package>
+	<name>vlc</name>
+	<range><lt>2.2.4,4</lt></range>
+      </package>
+      <package>
+	<name>vlc-qt4</name>
+	<range><lt>2.2.4,4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The VLC project reports:</p>
+	<blockquote cite="https://www.videolan.org/developers/vlc-branch/NEWS">;
+	  <p>Fix out-of-bound write in adpcm QT IMA codec (CVE-2016-5108)</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-5108</cvename>
+    </references>
+    <dates>
+      <discovery>2016-05-25</discovery>
+      <entry>2016-06-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="97e86d10-2ea7-11e6-ae88-002590263bf5">
     <topic>roundcube -- XSS vulnerability</topic>
     <affects>



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