Null Pointer Dereference Vulnerability in libyang by CESNET
CVE-2021-28905
7.5HIGH
What is CVE-2021-28905?
The vulnerability arises in the 'lys_node_free()' function of libyang versions up to v1.0.225, where the assertion checks that 'node->module' cannot be NULL. In specific scenarios, this condition can fail, allowing a NULL value for 'node->module' and leading to a reachable assertion error. This flaw could result in potential software crashes or unexpected behavior, emphasizing the need for secure coding practices and thorough input validation.
