Home / Vulnerability Database / HTML5 : Hidden HTML field
HTML5
HTML5 : Hidden HTML field
Classification
Overview
The application uses a hidden field.
<input> elements of type hidden let web developers include data that cannot be seen or modified by users when a form is submitted.
The developer could assume that users would not see the hidden field and would not be able to manipulate the data transferred through it. It is not so: attackers can transfer data, including malicious data, to hidden fields.
A hidden field must not be used to transfer valuable information. Its contents are cached by the browser, which can lead to data confidentiality loss.
LOW
DerScanner Severity Score
Do you want to fix HTML5 : Hidden HTML field in your application?
See also
HTML5
HTML5 : Missing required cryptographic step
HTML5
HTML5 : Weak hashing algorithm
HTML5
