nerdexam
Cisco

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…

Submitted by suresh_in· Mar 30, 2026Security Concepts

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)
  • A
    4% (2)
  • C
    2% (1)
  • D
    95% (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

#SQL injection#Buffer overflow#Vulnerability types#Application security

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice