In function lys_node_free() in libyang <= v1.0.225, it...
High severity
Unreviewed
Published
May 24, 2022
to the GitHub Advisory Database
•
Updated Jan 29, 2023
Description
Published by the National Vulnerability Database
May 20, 2021
Published to the GitHub Advisory Database
May 24, 2022
Last updated
Jan 29, 2023
In function lys_node_free() in libyang <= v1.0.225, it asserts that the value of node->module can't be NULL. But in some cases, node->module can be null, which triggers a reachable assertion (CWE-617).
References