Question

    Which type of attack exploits software bugs to execute

    arbitrary code on a system?
    A Phishing Correct Answer Incorrect Answer
    B SQL Injection Correct Answer Incorrect Answer
    C Buffer Overflow Correct Answer Incorrect Answer
    D Man-in-the-Middle Correct Answer Incorrect Answer
    E DDoS Correct Answer Incorrect Answer

    Solution

    Buffer overflow occurs when more data is written than allocated space, allowing attackers to overwrite memory and execute malicious code.

    Practice Next
    ask-question