Security cookie is absent
ID PE013 Level CRITICAL Category Security
Description
Stack protection security cookie is absent. This makes it easier to exploit stack memory corruption vulnerabilities by taking control of the execution flow when returning from a function call.
Mitigation
If using Visual C++:
- Make sure you are using the
/GS
compiler option for all project source files.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.