Comp TIA Security + Certification Questions Part 1

© examsiri.com
Question : 52 of 60
 
Marks: +1, -0
Which of the following vulnerabilities is present?
void foo (char *bar)
{
char random_user_input [12];
strcpy (random_user_input, bar);
} Which of the following vulnerabilities is present?
Go to Question: