Check: 141.091
MySQL EE 5.7:
141.091
(in version v2 r1)
Title
Unused database components, MySQL software, and database objects must be removed. (Cat II impact)
Discussion
Information systems are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions). It is detrimental for software products to provide, or install by default, functionality exceeding requirements or mission objectives. MySQL must adhere to the principles of least functionality by providing only essential capabilities.
Check Content
Review the list of components and features installed with the database. mysql> SELECT * FROM mysql.component;/n/nIf unused components or features are installed and are not documented and authorized, this is a finding.
Fix Text
Uninstall unused components or features that are installed and can be uninstalled. Remove any database objects and applications that are installed to support them.
Additional Identifiers
Rule ID:
Vulnerability ID: V-32424
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000381 |
The organization configures the information system to provide only essential capabilities. |
Controls
Number | Title |
---|---|
CM-7 |
Least Functionality |