Which of the following function(s) from the C standard library may lead to an injection attack vulnerability? (Choose each correct answer -- there may be more than one.)
Which of the following function(s) from the C standard library may lead to an injection attack vulnerability? (Choose each correct answer -- there may be more than one.)
fopen(), which opens a file.
scanf(), which reads input using a format string to determine the kind of input expected.
strlen(), which returns the length of a string.
printf(), which writes output using a format string to determine how to print various arguments.