Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 16:05:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427039 - head/security/vuxml
Message-ID:  <201611241605.uAOG5hSp014150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Nov 24 16:05:43 2016
New Revision: 427039
URL: https://svnweb.freebsd.org/changeset/ports/427039

Log:
  Document MySQL RCE vulnerability
  
  PR:		212612
  Security:	CVE-2016-6662

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov 24 16:01:51 2016	(r427038)
+++ head/security/vuxml/vuln.xml	Thu Nov 24 16:05:43 2016	(r427039)
@@ -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="dc596a17-7a9e-11e6-b034-f0def167eeea">
+    <topic>Remote-Code-Execution vulnerability in mysql and its variants CVE 2016-6662</topic>
+    <affects>
+      <package>
+	<name>mysql57-client</name>
+	<name>mysql57-server</name>
+	<range><lt>5.7.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>LegalHackers' reports:</p>
+	<blockquote cite="http://legalhackers.com/advisories/MySQL-Exploit-Remote-Root-Code-Execution-Privesc-CVE-2016-6662.html">;
+	  <p>RCE Bugs discovered in MySQL and its variants like MariaDB.
+	     It works by manupulating my.cnf files and using --malloc-lib.
+	     The bug seems fixed in MySQL5.7.15 by Oracle</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://legalhackers.com/advisories/MySQL-Exploit-Remote-Root-Code-Execution-Privesc-CVE-2016-6662.html</url>;
+      <url>https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-15.html</url>;
+    </references>
+    <dates>
+      <discovery>2016-09-12</discovery>
+      <entry>2016-11-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="8db8d62a-b08b-11e6-8eba-d050996490d0">
     <topic>ntp -- multiple vulnerabilities</topic>
     <affects>



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