Closed (fixed)
Project:
Distil Registration
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2016 at 21:17 UTC
Updated:
22 Jan 2016 at 22:24 UTC
Jump to comment: Most recent
Code like
form_set_error('form', variable_get('distil_registration_errormsg'));
should be
form_set_error('form', filter_xss(variable_get('distil_registration_errormsg')));
So even admins can’t cause XSS problems.
Comments
Comment #2
drummComment #3
MixologicAlso fixed.
Comment #5
Mixologicwrong status
Comment #6
drumm