V-271350
Microsoft SQL Server 2022 Instance Security Technical Implementation Guide
Title
SQL Server must enforce access restrictions associated with changes to the configuration of the instance.
Description
<VulnDiscussion>Failure to provide logical access restrictions associated with changes to configuration may have significant effects on the overall security of the system. When dealing with access restrictions pertaining to change control, it should be noted that any changes to the hardware, software, and/or firmware components of the information system can potentially have significant effects on the overall security of the system. Accordingly, only qualified and authorized individuals sho...
Fix Text (Documentation Requirement)
Revoke unauthorized permissions from principals. https://learn.microsoft.com/en-us/sql/t-sql/statements/revoke-server-permissions-transact-sql? Remove unauthorized logins from roles. ALTER SERVER ROLE DROP MEMBER login; https://learn.microsoft.com/en-us/sql/t-sql/statements/alter-server-role-transact-sql?