SQLI-22-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 process or user.

To enable the use of [Common Criteria Compliance], from the query prompt:

EXEC SP_CONFIGURE 'show advanced options', 1;
RECONFIGURE WITH OVERRIDE;
EXEC SP_CONFIGURE 'common criteria compliance enabled', 1;
RECONFIGURE WITH OVERRIDE;
EXEC SP_CONFIGURE 'show advanced options', 0;
RECONFIGURE WITH OVERRIDE;

See Also

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

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-4, CAT|II, CCI|CCI-001090, Rule-ID|SV-271328r1109269_rule, STIG-ID|SQLI-22-009800, Vuln-ID|V-271328

Plugin: MS_SQLDB

Control ID: c79d2dba7599789e93479c6fd3f587b17ecc85e87fc847b9d30e0b95720004ac