The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.
Specified quantities include size, length, frequency, price, rate, number of operations, time, and others. Code may rely on specified quantities to allocate resources, perform calculations, control iteration, etc. When the quantity is not properly validated, then attackers can specify malicious quantities to cause excessive resource allocation, trigger unexpected failures, enable buffer overflows, etc.
Impact: Varies by Context
Since quantities are used so often to affect resource allocation or process financial data, they are often present in many places in the code.
Strategy: Input Validation
Effectiveness: High
javac
/* board dimensions /
c