From owner-svn-ports-head@freebsd.org Tue Sep 13 08:05:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5865BD16E9; Tue, 13 Sep 2016 08:05:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E152668; Tue, 13 Sep 2016 08:05:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8D85gs1055874; Tue, 13 Sep 2016 08:05:42 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8D85gnN055872; Tue, 13 Sep 2016 08:05:42 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201609130805.u8D85gnN055872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 13 Sep 2016 08:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421985 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 08:05:43 -0000 Author: delphij Date: Tue Sep 13 08:05:42 2016 New Revision: 421985 URL: https://svnweb.freebsd.org/changeset/ports/421985 Log: Document MySQL root code execution vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 13 07:44:59 2016 (r421984) +++ head/security/vuxml/vuln.xml Tue Sep 13 08:05:42 2016 (r421985) @@ -58,6 +58,73 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mysql -- Remote Root Code Execution + + + mariadb55-server + 5.5.51 + + + mariadb100-server + 10.0.27 + + + mariadb101-server + 10.1.17 + + + mysql55-server + 5.5.52 + + + mysql56-server + 5.6.33 + + + mysql57-server + 5.7.15 + + + percona55-server + 5.5.51.38.1 + + + percona56-server + 5.6.32.78.0 + + + percona57-server + 5.7.14.7 + + + + +

Dawid Golunski reports:

+
+

An independent research has revealed multiple severe MySQL + vulnerabilities. This advisory focuses on a critical + vulnerability with a CVEID of CVE-2016-6662 which can allow + attackers to (remotely) inject malicious settings into MySQL + configuration files (my.cnf) leading to critical + consequences.

+
+ +
+ + CVE-2016-6662 + http://legalhackers.com/advisories/MySQL-Exploit-Remote-Root-Code-Execution-Privesc-CVE-2016-6662.txt + https://jira.mariadb.org/browse/MDEV-10465 + https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/ + https://www.percona.com/blog/2016/09/12/database-affected-cve-2016-6662/ + https://www.psce.com/blog/2016/09/12/how-to-quickly-patch-mysql-server-against-cve-2016-6662/ + + + 2016-09-12 + 2016-09-13 + +
+ wolfssl -- leakage of private key information @@ -83,6 +150,7 @@ Notes: 2016-01-05 + wolfssl -- DDoS amplification in DTLS @@ -108,6 +176,7 @@ Notes: 2016-01-05 + gnutls -- OCSP validation issue