What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly? MCQ with Answer and Explanation

What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly?
A. Cross-Site Scripting (XSS)
B. Denial of Service (DoS)
C. Buffer Overflow Attack
D. SQL Injection (SQLi)
Answer: Option D
Solution (By JKExamLibrary)
SQL injection occurs when unvalidated user input is passed directly to a database query engine, enabling threat actors to view, alter, or delete database tables illegally.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
Which of the following is a common technique used in phishing attacks?
A. Physically stealing hardware
B. Sending fraudulent emails that appear to come from legitimate sources
C. Denial-of-service attack
D. Installing a virus on a computer

Correct Answer: Option B


Explanation:
Phishing attacks often involve sending deceptive emails that look like they are from reputable companies to trick recipients into providing sensitive information.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which of the following is a common technique used in social engineering attacks?
A. Encrypting data
B. Pretexting
C. Using a firewall
D. Installing a virus

Correct Answer: Option B


Explanation:
Pretexting is a form of social engineering where an attacker creates a fabricated scenario (pretext) to steal information or gain access to systems.

This question belongs to: Computer Cyber Security
Question #3 Report Error
What is the role of a firewall in a home network?
A. To increase internet speed
B. To protect devices from external threats
C. To provide Wi-Fi connectivity
D. To manage user accounts

Correct Answer: Option B


Explanation:
A home firewall protects personal devices from unauthorized access and malicious traffic coming from the internet.

This question belongs to: Computer Cyber Security