Home / Vulnerability Database / HTML5 : Password transfer via GET form
HTML5
HTML5 : Password transfer via GET form
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
HIPAA
Overview
The application uses a form to enter the password, which is passed by the GET method. When using GET requests, the parameters entered by the user are sent to the server as part of the URL, not in the body of the request. Such GET request can be cached by servers or intermediate proxy servers, thus privacy violation is possible.
MEDIUM
DerScanner Severity Score
Do you want to fix HTML5 : Password transfer via GET form in your application?
See also
HTML5
HTML5 : Missing required cryptographic step
HTML5
HTML5 : Weak hashing algorithm
HTML5
