Closed (fixed)
Project:
Dashboardify
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Aug 2012 at 13:01 UTC
Updated:
23 Aug 2012 at 18:11 UTC
I just noticed this module and took a quick look at the code. I believe the features to add and delete blocks are vulnerable to a cross-site-request-forgery (CSRF).
Please see http://drupalscout.com/tags/csrf for details on how to identify and how to fix these problems.
Comments
Comment #1
Milena commentedThank you for submitting the issue. You are sure of course. I've put drupal token in block rearranging functions, but I completely forgot to do the same for adding and deleting blocks. Thank you very much for pointing this out. It will be fixed for sure.
Comment #2
Milena commented@greggles
I fixed my module. Hope it is safe now. Thank you once more for looking at it.