I'm doing a study on Memory Corruption. I need to compile a list of all the exploitable memory corruption issues that have been recognized till date and provide a sample vulnerable code for it.
I need help from the community. I tried searching but was unable to find any such list.
Things that I have compiled
- Stack Overflow
- Heap Overflow
- Off by One Byte
- Uninitialized variable memory bug exploitation
- Signed/Unsigned bugs
- User after free
- Double Free
- ?????
Please correct me if the list is wrong. I need a list of all the exploitable bugs in software written in C/C++.
Thanks.
NULL
dereference. – toasted_flakes May 27 '14 at 08:10