Skip to content

Data Execution Prevention (DEP) must be configured to at least OptOut.

An XCCDF Rule

Description

Attackers are constantly looking for vulnerabilities in systems and applications. Data Execution Prevention (DEP) prevents harmful code from running in protected memory locations reserved for Windows and other programs.

ID
SV-253283r958928_rule
Version
WN11-00-000145
Severity
High
References
Updated

Remediation Templates

A Manual Procedure

Configure DEP to at least OptOut.

Note: Suspend BitLocker before making changes to the DEP configuration.

Open a command prompt (cmd.exe) or PowerShell with elevated privileges (Run as administrator).
Enter "BCDEDIT /set {current} nx OptOut". (If using PowerShell "{current}" must be enclosed in quotes.)