CWE-589: Call to Non-ubiquitous API
VariantIncomplete
The product uses an API function that does not exist on all versions of the target platform. This could cause portability problems or inconsistencies that allow denial of service or other consequences.
View on MITREBack to CWE Lookup
Extended Description
Some functions that offer security features supported by the OS are not available on all versions of the OS in common use. Likewise, functions are often deprecated or made obsolete for security reasons and should not be used.
Technical Details
- Structure
- Simple