問題詳情

25. Which of the followings best describes a buffer overflow vulnerability?
(A) Allowing unauthorized access to restricted files or directories
(B) Executing arbitrary code by injecting malicious SQL queries
(C) Overloading a server by sending a large volume of requests in a short time
(D) Writing data beyond the bounds of a fixed-size buffer, leading to memory corruption
(E) Intercepting and decrypting network traffic to steal sensitive information

參考答案

答案:D

統計:A:0,B:0,C:0,D:0,E:0

難度:計算中