V-276233
Microsoft Azure SQL Managed Instance Security Technical Implementation Guide
Title
Azure SQL Managed Instance must restrict execution of stored procedures and functions that utilize "execute as" to necessary cases only.
Description
<VulnDiscussion>In certain situations, to provide required functionality, a database management system (DBMS) needs to execute internal logic (stored procedures, functions, triggers, etc.) and/or external code modules with elevated privileges. However, if the privileges required for execution are at a higher level than the privileges assigned to organizational users invoking the functionality applications/programs, those users are indirectly provided with greater privileges than assigned by orga...
Fix Text (Documentation Requirement)
Alter stored procedures and functions to remove the "execute as" statement.