Oval Definition:oval:org.cisecurity:def:1691
Revision Date:2017-02-03Version:7
Title:Vulnerability in Oracle MySQL before 5.5.52, 5.6.x before 5.6.33, 5.7.x before 5.7.15, and 8.x before 8.0.1; MariaDB before 5.5.52, 10.0.x before 10.0.28, and 10.1.x before 10.1.18 – CVE-2016-6663
Description:Race condition in Oracle MySQL before 5.5.52, 5.6.x before 5.6.33, 5.7.x before 5.7.15, and 8.x before 8.0.1; MariaDB before 5.5.52, 10.0.x before 10.0.28, and 10.1.x before 10.1.18; Percona Server before 5.5.51-38.2, 5.6.x before 5.6.32-78-1, and 5.7.x before 5.7.14-8; and Percona XtraDB Cluster before 5.5.41-37.0, 5.6.x before 5.6.32-25.17, and 5.7.x before 5.7.14-26.17 allows local users with certain permissions to gain privileges by leveraging use of my_copystat by REPAIR TABLE to repair a MyISAM table.
Family:windowsClass:vulnerability
Status:ACCEPTEDReference(s):CVE-2016-6663
Platform(s):Microsoft Windows 10
Microsoft Windows 7
Microsoft Windows 8
Microsoft Windows 8.1
Microsoft Windows Server 2008 R2
Microsoft Windows Server 2012
Microsoft Windows Server 2012 R2
Product(s):MariaDB
MySQL Server
Definition Synopsis
  • Check for installation of MySQL Server + vulnerable version
  • Check for installation of MySQL Server 5.5 + vulnerable version
  • MySQL 5.5 is installed
  • AND Check if MySQL Server 5.5 version is less than 5.5.52
  • OR Check for installation of MySQL Server 5.6 + vulnerable version
  • MySQL 5.6 is installed
  • AND Check if MySQL Server 5.6 version is less than 5.6.33
  • OR Check for installaion of MySQL Server 5.7 + vulnerable version
  • MySQL 5.7 is installed
  • AND Check if MySQL Server 5.7 version is less than 5.7.15
  • OR Check for installaion of MySQL Server 8.0 + vulnerable version
  • MySQL 8.0 is installed
  • AND Check if MySQL Server 8.0 version is less than 8.0.1
  • OR Check for installation of MariaDB + vulnerable version
  • MariaDB is installed on Windows
  • AND Check for MariaDB vulnerable version
  • Check if MariaDB version is less than 5.5.52
  • OR Check if MariaDB version is greater than or equals 10.0.0 and less than 10.0.28
  • Check if MariaDB version is greater than or equals 10.0.0
  • AND Check if MariaDB version is less than 10.0.28
  • OR Check if MariaDB version is greater than or equals 10.1.0 and less than 10.1.18
  • Check if MariaDB version is greater than or equals 10.1.0
  • AND Check if MariaDB version is less than 10.1.18
  • BACK