Question 93 of 730 from exam SY0-601: CompTIA Security+

Question 93 of 730 from exam SY0-601: CompTIA Security+

Prev Question Next Question

Question

An analyst is reviewing a simple program for potential security vulnerabilities before being deployed to a Windows server.

Given the following code:

void foo (char *bar)
{

char random_user_input [12];
strepy (random_user_input, bar);

}

Which of the following vulnerabilities is present?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.