Buffer Overflow Attack and its Prevention
18 June 2021Buffer Overflow An information security or programming problem occurs when a programme writes data to a buffer but overshoots the buffer’s boundary, resulting in data overwriting memory locations that are adjacent to the buffer. Buffers are memory storage regions that temporarily hold data while it is being transferred from one location to another. As a […]