Überlaufangriff
Überlaufangriff, also known as buffer overflow attack, is a type of software vulnerability where a program attempts to write data beyond the allocated buffer size in memory. This can overwrite adjacent memory areas, potentially corrupting data, crashing the program, or even allowing an attacker to execute arbitrary code. When a program receives more input than it is designed to handle for a specific buffer, the excess data spills over into neighboring memory locations.
The consequences of a successful überlaufangriff can range from denial-of-service conditions, where the program or system
Exploiting überlaufangriffe often requires detailed knowledge of the target program's memory layout and the specific architecture