SQL6-D0-017100 - SQL Server User Options feature must be disabled, unless specifically required and approved.

Information

SQL Server is capable of providing a wide range of features and services. Some of the features and services, provided by default, may not be necessary, and enabling them could adversely affect the security of the system.

The user options option specifies global defaults for all users. A list of default query processing options is established for the duration of a user's work session. The user options option allows you to change the default values of the SET options (if the server's default settings are not appropriate).

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Disable use of or remove any external application executable object definitions that are not authorized. To disable the use of 'User Options' option, from the query prompt:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'user options', 0;
GO
RECONFIGURE;
GO

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_MS_SQL_Server_2016_Y24M07_STIG.zip

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-7a., CAT|II, CCI|CCI-000381, Rule-ID|SV-214036r960963_rule, STIG-ID|SQL6-D0-017100, STIG-Legacy|SV-94041, STIG-Legacy|V-79335, Vuln-ID|V-214036

Plugin: MS_SQLDB

Control ID: d306e35203f340727b10f8c5d4ee13c2a24e320c3647a5f82f8f9cdb09ca8931