|
Buffer Overflow Attack Pattern
Context
The target application is written in a language that does not provide
automated memory management, buffer length checking and array bounds
checking. This is most often C/C++ but could include any language that
is not type safe.
Problem
How to exploit an unchecked buffer to crash a process or inject and
execute malicious code.
Forces
Solution
|