Question Info

This question is public and is used in 6 tests.

Type: Multiple-Choice
Category: Programming
Grade: Continuing Education
Score: 1
Author: BacMan orange star
Last Modified: 2 weeks ago

View all questions by BacMan.

View Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

add this question to a test add this question to a group

1 vote
  • While performing a code review, you find the following expression that writes a parameter directly to the output stream:

    ${param.message}

    Which security vulnerability may be introduced with this line of code?
    1. Cross-Site Request Forgery (CSRF)
    2. Session Fixation
    3. Cross-Site Scripting (XSS)
    4. Insecure Direct Object Reference