1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Buffer Overflow
Attacker spams data writes to overflow memory
Memory spills into other memory
Buffer Overflow Prevention
Developer perform bound checks
Example:
Overflow 9 bytes of data in to 8 bytes → Goes to next data type → Changes the value since data overflowed
Not simple to exploit