22.8k views
4 votes
A type of exploit that relies on overwriting contents of memory to cause unpredictable results in an application is known as:___________

a) IV attack
b) SQL injection
c) Buffer overflow
d) Fuzz test

1 Answer

4 votes

Answer:

c) Buffer overflow

Step-by-step explanation:

In Computer programming, buffer can be defined as an area of memory set aside specially and specifically for holding data or informations.

A type of exploit that relies on overwriting contents of memory to cause unpredictable results in an application is known as buffer overflow. This ultimately implies that, buffer overflow is the process of exceeding the storage capacity of a memory buffer with data, beyond the amount it is designed to hold and therefore overwrites any adjacent memory locations.

Hence, a buffer overflow is typically a technique used by attackers to get an unauthorized access to data or for compromising a network.

User Ashwin Patil
by
4.4k points