Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 16:17:48 +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: r422258 - head/security/vuxml
Message-ID:  <201609161617.u8GGHmD8099593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Sep 16 16:17:48 2016
New Revision: 422258
URL: https://svnweb.freebsd.org/changeset/ports/422258

Log:
  Document CVE 2016-6662: zero-day remote vulnerability in mysql ports
  
  PR:		212612
  Submitted by:	mokhi64@gmail.com (mysql57-* maintainer)
  Reported by:	rootservice@gmail.com
  Security:	CVE 2016-6662

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Sep 16 15:55:15 2016	(r422257)
+++ head/security/vuxml/vuln.xml	Fri Sep 16 16:17:48 2016	(r422258)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="b64a7389-7c27-11e6-8aaa-5404a68ad561">
+    <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>
+      <cvename>CVE-2016-6662</cvename>
+      <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-09-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bc19dcca-7b13-11e6-b99e-589cfc0654e1">
     <topic>dropbear -- multiple vulnerabilities</topic>
     <affects>



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