SQL6-D0-017700 - SQL Server External Scripts Enabled 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 External Scripts Enabled feature allows scripts external to SQL such as files located in an R library to be executed.

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 'External Scripts Enabled' option, from the query prompt:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'external scripts enabled', 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-214041r960963_rule, STIG-ID|SQL6-D0-017700, STIG-Legacy|SV-94053, STIG-Legacy|V-79347, Vuln-ID|V-214041

Plugin: MS_SQLDB

Control ID: a1f6fe3af7215566bd699b962435ba9bb5637ab168b06f3757564a3351049005