A common concern with poorly written web applications is that they can allow an attacker to:

Posted by: Pdfprep Category: CISM Tags: , ,

A common concern with poorly written web applications is that they can allow an attacker to:
A . gain control through a buffer overflow.
B . conduct a distributed denial of service (DoS) attack.
C . abuse a race condition.
D . inject structured query language (SQL) statements.

Answer: D

Explanation:

Structured query language (SQL) injection is one of the most common and dangerous web application vulnerabilities. Buffer overflows and race conditions are very difficult to find and exploit on web applications. Distributed denial of service (DoS) attacks have nothing to do with the quality of a web application.

Leave a Reply

Your email address will not be published.