B
B
Blumfontein2014-05-19 06:24:03
XSS
Blumfontein, 2014-05-19 06:24:03

Question about the nature of CSRF

Do I understand correctly that if no data is changed on the site by get or post and there is no vulnerability to XSS, then there is no vulnerability to CSRF, since cross-site Ajax requests are prohibited by the browser's security policy? Of course, provided that the user does not use an exotic browser or has not disabled security settings.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Toy, 2014-05-19
@Toy

CSRF is not required but an AJAX request. It can be just a form on any domain submitting data to your script. But if, as you say, no data changes, then you should not worry. In that case, why is the site not static? The admin area can also be vulnerable to CSRF.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question