Active
Project:
Arbitrary Content
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 18:10 UTC
Updated:
7 Apr 2011 at 18:14 UTC
Quick review of the 7.x module:
$cancel = $_REQUEST['cancel'];
seems like it exposes a hole for refelcted XSS. Otherwise, looks like pretty reasonable code.
Comments
Comment #1
pwolanin commentedProbably not really a hole, looking at http://api.drupal.org/api/drupal/includes--common.inc/function/url/7
dangerous stuff from the path is supposed to be neutralized.
Still, important to note that this is potentially hazardous user input.