CWE-457 – Use of Uninitialized Variable
Description The code uses a variable that has not been initialized, leading to unpredictable or unintended results. In some languages such as C and C++,...
CWE-863 – Incorrect Authorization
Description The software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform...