Home / Vulnerability Database / HTML5 : Form validation is disabled
HTML5
HTML5 : Form validation is disabled
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
CWE
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
