
DVWA CSRF Low/Medium/High Security
Description Vulnerability: CSRF Impact: CSRF attack change any accounts’ passwords. LOW Security Level Make a change password request for testing and inspecting the Network I can see the change password request is a GET request with password_new and password_conf params: http://localhost/DVWA/vulnerabilities/csrf/?password_new=123&password_conf=123&Change=Change We can send this URL to trick any users to click on and their accounts’ password will be changed. MEDIUM Security Level In this MEDIUM level, it has a check condition before executing code: ...






