V-271362
Microsoft SQL Server 2022 Instance Security Technical Implementation Guide
Title
When invalid inputs are received, the SQL Server must behave in a predictable and documented manner that reflects organizational and system objectives.
Description
<VulnDiscussion>A common vulnerability is unplanned behavior when invalid inputs are received. This requirement guards against adverse or unintended system behavior caused by invalid inputs, where information system responses to the invalid input may be disruptive or cause the system to fail into an unsafe state. The behavior will be derived from the organizational and system requirements and includes, but is not limited to, notification of the appropriate personnel, creating an audit record, a...
Fix Text (Documentation Requirement)
Use parameterized queries, stored procedures, constraints and foreign keys to validate data input. Modify SQL Server to properly use the correct column data types as required in the database.