The product does not properly handle when the expected number of parameters, fields, or arguments is not provided in input, or if those parameters are undefined.
1
cwe_id
476
name
NULL Pointer Dereference
description
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.
2
cwe_id
787
name
Out-of-bounds Write
description
The product writes data past the end, or before the beginning, of the intended buffer.