<<< Previous question <<< Question ID#0161.md >>> Next question >>>
Consider the following PHP script:
<?= "Welcome, {$_POST['name']}.";
What type of attack is possible with this PHP script?
- A) Cross-site scripting attack
- B) Replay attack
- C) session fixation
- D) SQL injection attack
Answer
Answer: A