This page is experimental and may change significantly in future releases.
Failure to Handle Missing Parameter
Properties
id: d3f:CWE-234
- name
- Failure to Handle Missing Parameter
- definition
- If too few arguments are sent to a function, the function will still pop the expected number of arguments from the stack. Potentially, a variable number of arguments could be exhausted in a function as well.
Neighbors
CWE-234 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-234 has no related weaknesses in this release.