The product dereferences a pointer that contains a location for memory that was previously valid, but is no longer valid.
1
cwe_id
305
name
Authentication Bypass by Primary Weakness
description
The authentication algorithm is sound, but the implemented mechanism can be bypassed as the result of a separate weakness that is primary to the authentication error.
2
cwe_id
562
name
Return of Stack Variable Address
description
A function returns the address of a stack variable, which will cause unintended program behavior, typically in the form of a crash.