SQL6-D0-017900 - SQL Server Replication Xps 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.

Enabling the replication XPs opens a significant attack surface area that can be used by an attacker to gather information about the system and potentially abuse the privileges of SQL Server.

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 'Replication Xps' option, from the query prompt:

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'replication xps', 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-214043r960963_rule, STIG-ID|SQL6-D0-017900, STIG-Legacy|SV-94057, STIG-Legacy|V-79351, Vuln-ID|V-214043

Plugin: MS_SQLDB

Control ID: 381339cb40dfedd342db965aadb1f91e11b4660493f82dcebd210f878d272ed9