CWE-1173

Overview
  • CWE ID
  • 1173
  • CWE Name
  • Improper Use of Validation Framework
  • CWE Abstraction
  • Base
  • CWE structure
  • Simple
  • CWE Status
  • Draft
Description
The application does not use, or incorrectly uses, an input validation framework that is provided by the source language or an independent library.
Extended Description
Many modern coding languages provide developers with input validation frameworks to make the task of input validation easier and less error-prone. These frameworks will automatically check all input against specified criteria and direct execution to error
Related CWEs
CWE ID View ID Nature Ordinal
20 1000 ChildOf Primary
Related CVEs