SQL6-D0-009800 - SQL Server must prevent unauthorized and unintended information transfer via shared system resources.

Information

The purpose of this control is to prevent information, including encrypted representations of information, produced by the actions of a prior user/role (or the actions of a process acting on behalf of a prior user/role) from being available to any current user/role (or current process) that obtains access to a shared system resource (e.g., registers, main memory, secondary storage) after the resource has been released back to the information system. Control of information in shared resources is also referred to as object reuse.

Solution

Configure SQL Server to effectively protect the private resources of one process or user from unauthorized access by another user or process.

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'common criteria compliance enabled', 1;
GO
RECONFIGURE
GO

See Also

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

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-4, CAT|II, CCI|CCI-001090, Rule-ID|SV-213975r879649_rule, STIG-ID|SQL6-D0-009800, STIG-Legacy|SV-93917, STIG-Legacy|V-79211, Vuln-ID|V-213975

Plugin: MS_SQLDB

Control ID: 0d7eaff9ee2ced7b143d05dd7fe0f4251e9b58ced4818d15a786391672acec50