On Monday, April 20, 2015 at 6:38:55 AM UTC+2, Gavin Wahl wrote: > > > Though it could still ajax-in the token from a page that does have it, >> right? >> > > Exactly right. >
How so? You cannot just ajax-fetch stuff from different domains. The usual security policies will forbid that. If you already injected javascript onto the victims page (XSS) there is no need to fetch the CSRF token, you already got greater control. If you still think you have a valid attack vector there, please send it to [email protected] and add a bit more explanation. Thanks & cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/7609a5bf-65d9-468a-8f64-c5e906cf5920%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
