๐Ÿ“ข Too many exams? Donโ€™t know which one suits you best? Book Your Free Expert ๐Ÿ‘‰ call Now!

  • google app store apple app store
  • โœ–

      Question

      Which of the following is NOT one of the OWASP Top 10

      web security risks?
      A Injection Correct Answer Incorrect Answer
      B Sensitive Data Exposure Correct Answer Incorrect Answer
      C XML External Entities (XXE) Correct Answer Incorrect Answer
      D SQL Cursors Injection Correct Answer Incorrect Answer
      E Cross-Site Scripting (XSS) Correct Answer Incorrect Answer

      Solution

      The OWASP Top 10 security risks are a standard set of the most critical vulnerabilities for web applications, and they include risks such as Injection, Sensitive Data Exposure, XML External Entities (XXE), and Cross-Site Scripting (XSS). SQL Injection is part of this list, but "SQL Cursors Injection" is not a recognized security risk. SQL cursors are used for row-by-row operations in databases, but they are not a source of injection attacks. Option A is incorrect because Injection (including SQL Injection) is a part of the OWASP Top 10. Option B is incorrect because Sensitive Data Exposure is a part of the OWASP Top 10. Option C is incorrect because XML External Entities (XXE) is a recognized security risk on the OWASP Top 10. Option E is incorrect because Cross-Site Scripting (XSS) is also part of the OWASP Top 10.

      Practice Next

      Relevant for Exams:

      ask-question