CERTIFIED-IN-CYBERSECURITY · Question #327
Which type of network attack involves an attacker sending specially crafted malicious data to an application or system, causing it to crash or become unresponsive? ()
The correct answer is D. Buffer Overflow Attack. A Buffer Overflow Attack occurs when an attacker sends more data than a program's input buffer is allocated to hold. The excess data spills into adjacent memory, corrupting it, which can crash the application, cause undefined behavior, or allow the attacker to execute arbitrary…
Question
Which type of network attack involves an attacker sending specially crafted malicious data to an application or system, causing it to crash or become unresponsive? ()
Options
- ASQL Injection Attack
- BMan-in-the-Middle Attack
- CDistributed Denial-of-Service Attack
- DBuffer Overflow Attack
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Explanation
A Buffer Overflow Attack occurs when an attacker sends more data than a program's input buffer is allocated to hold. The excess data spills into adjacent memory, corrupting it, which can crash the application, cause undefined behavior, or allow the attacker to execute arbitrary code. SQL Injection targets database query logic. A Man-in-the-Middle Attack intercepts communications between two parties. A DDoS attack floods a target with traffic from many sources to exhaust resources - it does not rely on malformed/crafted data payloads.
Topics
Community Discussion
No community discussion yet for this question.