ECCouncil Exam Questions

What kind of attack is this program susceptible to?

The programmers on your team are analyzing the free, open source software being used to run FTP services on a server. They notice that there is an excessive number of fgets() and gets() on the source code. These C++ functions do not check bounds. What kind of attack is this program susceptible to?

A.
Buffer of Overflow

B.
Denial of Service

C.
Shatter Attack

D.
Password Attack

Explanation:
: