SQLI-22-012300 - SQL Server must maintain a separate execution domain for each executing process.

Information

Database management systems can maintain separate execution domains for each executing process by assigning each process a separate address space.

Each process has a distinct address space so that communication between processes is controlled through the security functions, and one process cannot modify the executing code of another process.

Maintaining separate execution domains for executing processes can be achieved, for example, by implementing separate address spaces.

Solution

Disable use of or remove any CLR code that is not authorized.

To disable the use of CLR, from the query prompt:
EXEC SP_CONFIGURE 'clr enabled', 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-39, CAT|II, CCI|CCI-002530, Rule-ID|SV-271359r1111089_rule, STIG-ID|SQLI-22-012300, Vuln-ID|V-271359

Plugin: MS_SQLDB

Control ID: c16d3a98f19eb2b3457e664b44245766e4dd2c6cbaaaf7e3ce25b660c2731a57