nerdexam
Cisco

350-701 · Question #914

What is a difference between out-of-band SQL injection attacks and bind SQL injection attacks?

The correct answer is A. Out-of-band SQL injection attacks use an application to dump retrieved data, and blind SQL. Out-of-band SQL injection retrieves data through an external channel, such as DNS or HTTP callbacks, which allows the attacker to extract information even when the primary application channel does not return results directly. Blind SQL injection cannot return data directly…

Submitted by yasin.bd· Mar 30, 2026Security Concepts

Question

What is a difference between out-of-band SQL injection attacks and bind SQL injection attacks?

Options

  • AOut-of-band SQL injection attacks use an application to dump retrieved data, and blind SQL
  • BOut-of-band SQL injection attacks use the same channel to inject the SQL code and retrieve data,
  • COut-of-band SQL injection attacks rely on error messages from a database server to obtain
  • DOut-of-band SQL injection attacks use a different channel to inject the SQL. code and retrieve

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    4% (1)
  • C
    4% (1)
  • D
    11% (3)

Explanation

Out-of-band SQL injection retrieves data through an external channel, such as DNS or HTTP callbacks, which allows the attacker to extract information even when the primary application channel does not return results directly. Blind SQL injection cannot return data directly; instead, an attacker infers database structure and content by observing how the application behaves in response to crafted inputs.

Topics

#SQL injection#out-of-band attack#blind SQL injection#web application attack

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice