Skip to content
EntityQ19423· pop 36· linked from 276 articles

buffer overflow

Sign in to save

Also known as buffer overrun, Improper Restriction of Operations within the Bounds of a Memory Buffer, BOF

anomaly in computer security and programming that could be exploited as a security vulnerability

Wikidata facts

Show 1 more fact
short name
BOF
Sources (6)

via Wikidata · CC0

~27 min read

Article

Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it overflows into B.

In programming and information security, a buffer overflow or buffer overrun is an anomaly whereby a program writes data to a buffer beyond the buffer's allocated memory, overwriting adjacent memory locations.

Connections

Categories