350-701 · Question #827
What is a difference between SQL injection and buffer overflow attacks?
The correct answer is D. SQL injection targets databases, and buffer overflow targets applications. SQL injection is a type of attack that targets databases by injecting malicious SQL queries into input fields of web applications. This exploits vulnerabilities in the way applications interact with databases, potentially allowing attackers to read, modify, or delete data…
Question
What is a difference between SQL injection and buffer overflow attacks?
Options
- ASQL injection reads data from memory, and buffer overflow inserts data into memory.
- BSQL injection targets websites, and buffer overflow targets software.
- CSQL injection requires only remote access, and buffer overflow needs local access.
- DSQL injection targets databases, and buffer overflow targets applications.
How the community answered
(55 responses)- A4% (2)
- C2% (1)
- D95% (52)
Explanation
SQL injection is a type of attack that targets databases by injecting malicious SQL queries into input fields of web applications. This exploits vulnerabilities in the way applications interact with databases, potentially allowing attackers to read, modify, or delete data. Buffer overflow is an attack that targets applications by sending more data to a buffer than it can handle. This can overwrite adjacent memory and lead to arbitrary code execution or system
Topics
Community Discussion
No community discussion yet for this question.