CWE-240 – Improper Handling of Inconsistent Structural Elements
Description The software does not handle or incorrectly handles when two or more structural elements should be consistent, but are not. Modes of Introduction: -...
CWE-24 – Path Traversal: ‘../filedir’
Description The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences...
CWE-239 – Failure to Handle Incomplete Element
Description The software does not properly handle when a particular element is not completely specified. Modes of Introduction: - Architecture and Design Related...
CWE-238 – Improper Handling of Incomplete Structural Elements
Description The software does not handle or incorrectly handles when a particular structural element is not completely specified. Modes of Introduction: - Architecture and Design...
CWE-237 – Improper Handling of Structural Elements
Description The software does not handle or incorrectly handles inputs that are related to complex structures. Modes of Introduction: Related Weaknesses CWE-228 ...
CWE-236 – Improper Handling of Undefined Parameters
Description The software does not handle or incorrectly handles when a particular parameter, field, or argument name is not defined or supported by the product....
CWE-235 – Improper Handling of Extra Parameters
Description The software does not handle or incorrectly handles when the number of parameters, fields, or arguments with the same name exceeds the expected amount....
CWE-234 – Failure to Handle Missing Parameter
Description If too few arguments are sent to a function, the function will still pop the expected number of arguments from the stack. Potentially, a...
CWE-233 – Improper Handling of Parameters
Description The software does not properly handle when the expected number of parameters, fields, or arguments is not provided in input, or if those parameters...
CWE-232 – Improper Handling of Undefined Values
Description The software does not handle or incorrectly handles when a value is not defined or supported for the associated parameter, field, or argument name....
