How to Buffer Overflow Attack Works
filed in Network Security, Windows Security on Mar.16, 2009
A buffer overflow, or buffer overrun, is an anomalous(differs from expectation) condition where a process attempts to store data beyond the boundaries of a fixed-length buffer. OR
It occurs anytime the program writes more information into the buffer than the space it has allocated in the memory. In buffer overflow attacks, the extra data may contain [...]