Testing for Buffer Overflow
From OWASP
[Up]
OWASP Testing Guide v2 Table of Contents
What's buffer overflow?
To find out more about buffer overflow vulnerability, please go to Buffer overflow pages.
How to test for buffer overflow vulnerabilities?
Different types of buffer overflow vulnerabilities have different testing methods. Here are the testing methods for the common types of buffer overflow vulnerabilities.
- Testing for heap overflow vulnerability
- Testing for stack overflow vulnerability
- Testing for format string vulnerability
OWASP Testing Guide v2
Here is the OWASP Testing Guide v2 Table of Contents

