CWE-758: Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
Weakness ID: 758 (Weakness Class)
Status: Incomplete
Description
Description Summary
The software uses an API function, data structure, or other
entity in a way that relies on properties that are not always guaranteed to hold
for that entity.
Extended Description
This can lead to resultant weaknesses when the required properties change,
such as when the software is ported to a different platform or if an
interaction error (CWE-435) occurs.