XSS Challenge

Find the XSS vulnerability in the following snippet:

<input type="text" name="input" value="<?php echo $_GET['input']; ?>">