Certified Ethical Hacker v11 312-50v11 – Question155

John is investigating web-application firewall logs and observers that someone is attempting to inject the following:

char buff[10];
buff [10] = 'a';

What type of attack is this?

A.
SQL injection
B. Buffer overflow
C. CSRF
D. XSS

Correct Answer: B