Common Weakness Enumeration

    CWE Definition / CWE-234

    CWE-234: Failure to Handle Missing Parameter

    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.

    Published:19 Jul 2006
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-233: Improper Handling of Parameters

    CWE-234: Failure to Handle Missing Parameter | CVE-DB