Home / Vulnerability Database / HTML5 : Form validation is disabled
HTML5

HTML5 : Form validation is disabled

Overview

HTML5 validation of input form fields is disabled.

HTML5 provides the ability to validate input form fields. Specifying the field type ensures that the input is checked for its type. You can also set the pattern attribute to check the input with a regular expression. However, this validation is disabled when adding the novalidate attribute in the form tag and the formnovalidate attribute for the submit button.

CRITICAL

DerScanner Severity Score

Do you want to fix HTML5 : Form validation is disabled in your application?

See also

HTML5

HTML5 : Missing required cryptographic step

HTML5

HTML5 : Weak hashing algorithm

HTML5

HTML5 : Cross-site request forgery (CSRF)