Skip to main content
CUI

Documentation - V-271359

V-271359

Microsoft SQL Server 2022 Instance Security Technical Implementation Guide

CAT II

Title

SQL Server must maintain a separate execution domain for each executing process.

Description

<VulnDiscussion>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.<...

Fix Text (Documentation Requirement)

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;

Documentation Status

Cancel
CUI