The product performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
1
cwe_id
125
name
Out-of-bounds Read
description
The product reads data past the end, or before the beginning, of the intended buffer.
2
cwe_id
400
name
Uncontrolled Resource Consumption
description
The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.