How do you code against CSRF malicious requests?
- by user355950
how to Decline malicious requests....
Cross-Site Request Forgery
Severity: Medium
Test Type: Application
Remediation Tasks: Decline malicious requests
Reasoning:
The same request was sent twice in different sessions and the same response was received.
This shows that none of the parameters are dynamic (session identifiers are sent only in
cookies) and therefore that the application is vulnerable to this issue.