Page 1 of 1

Given the code snippet below: Which of the following vulnerability types in the MOST concerning?

Posted: Sat Jul 23, 2022 7:32 pm
by answerhappygod
Given the code snippet below:

Which of the following vulnerability types in the MOST concerning?
Given The Code  1
Given The Code 1 (113.1 KiB) Viewed 66 times
A. Only short usernames are supported, which could result in brute forcing of credentials.
B. Buffer overflow in the username parameter could lead to a memory corruption vulnerability.
C. Hardcoded usernames with different code paths taken depend on which user is entered.
D. Format string vulnerability is present for admin users but not for standard users.