svn commit: r475048 - head/security/vuxml

Ben Woods woodsb02 at FreeBSD.org
Sat Jul 21 06:50:37 UTC 2018


Author: woodsb02
Date: Sat Jul 21 06:50:36 2018
New Revision: 475048
URL: https://svnweb.freebsd.org/changeset/ports/475048

Log:
  security/vuxml: document VLC vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jul 21 02:13:28 2018	(r475047)
+++ head/security/vuxml/vuln.xml	Sat Jul 21 06:50:36 2018	(r475048)
@@ -58,6 +58,42 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="dc57ad48-ecbb-439b-a4d0-5869be47684e">
+    <topic>vlc -- Use after free vulnerability</topic>
+    <affects>
+      <package>
+	<name>vlc</name>
+	<range><le>2.2.8_6,4</le></range>
+      </package>
+      <package>
+	<name>vlc-qt4</name>
+	<range><le>2.2.8_6,4</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mitre reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11529">
+	  <p>VideoLAN VLC media player 2.2.x is prone to a use after free
+	    vulnerability which an attacker can leverage to execute arbitrary
+	    code via crafted MKV files. Failed exploit attempts will likely
+	    result in denial of service conditions.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11529</url>
+      <url>http://seclists.org/fulldisclosure/2018/Jul/28</url>
+      <url>https://github.com/rapid7/metasploit-framework/pull/10335</url>
+      <url>https://github.com/videolan/vlc-3.0/commit/c472668ff873cfe29281822b4548715fb7bb0368</url>
+      <url>https://github.com/videolan/vlc-3.0/commit/d2dadb37e7acc25ae08df71e563855d6e17b5b42</url>
+    </references>
+    <dates>
+      <discovery>2018-06-06</discovery>
+      <entry>2018-07-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a2f35081-8a02-11e8-8fa5-4437e6ad11c4">
     <topic>mutt -- remote code injection and path traversal vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list