logo

350 Enable memory protection mechanisms


Summary

The system should enable memory protection mechanisms, such as ASLR and DEP.


Description

ASLR and DEP help to mitigate buffer overflow attacks, a common method used by attackers to exploit vulnerabilities in software. Buffer overflows consist in injecting malicious code into a program's memory, and ASLR and DEP mechanisms make it harder for attackers to predict the location of specific memory regions.


Supported In

Advanced: True


References


Last updated

2024/01/18