Show filters
20 Total Results
Displaying 1-10 of 20
Sort by:
Attacker Value
Unknown

CVE-2023-26917

Disclosure Date: April 11, 2023 (last updated October 08, 2023)
libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lysp_stmt_validate_value at lys_parse_mem.c.
Attacker Value
Unknown

CVE-2023-26916

Disclosure Date: April 03, 2023 (last updated October 08, 2023)
libyang from v2.0.164 to v2.1.30 was discovered to contain a NULL pointer dereference via the function lys_parse_mem at lys_parse_mem.c.
Attacker Value
Unknown

CVE-2016-15014

Disclosure Date: January 07, 2023 (last updated October 20, 2023)
A vulnerability has been found in CESNET theme-cesnet up to 1.x on ownCloud and classified as problematic. Affected by this vulnerability is an unknown functionality of the file cesnet/core/lostpassword/templates/resetpassword.php. The manipulation leads to insufficiently protected credentials. Attacking locally is a requirement. Upgrading to version 2.0.0 is able to address this issue. The identifier of the patch is 2b857f2233ce5083b4d5bc9bfc4152f933c3e4a6. It is recommended to upgrade the affected component. The identifier VDB-217633 was assigned to this vulnerability.
Attacker Value
Unknown

CVE-2021-28902

Disclosure Date: May 20, 2021 (last updated February 22, 2025)
In function read_yin_container() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to the operation of retval->ext[r]->flags that results in a crash.
Attacker Value
Unknown

CVE-2021-28904

Disclosure Date: May 20, 2021 (last updated February 22, 2025)
In function ext_get_plugin() in libyang <= v1.0.225, it doesn't check whether the value of revision is NULL. If revision is NULL, the operation of strcmp(revision, ext_plugins[u].revision) will lead to a crash.
Attacker Value
Unknown

CVE-2021-28906

Disclosure Date: May 20, 2021 (last updated February 22, 2025)
In function read_yin_leaf() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to the operation of retval->ext[r]->flags that results in a crash.
Attacker Value
Unknown

CVE-2021-28905

Disclosure Date: May 20, 2021 (last updated February 22, 2025)
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).
Attacker Value
Unknown

CVE-2021-28903

Disclosure Date: May 20, 2021 (last updated February 22, 2025)
A stack overflow in libyang <= v1.0.225 can cause a denial of service through function lyxml_parse_mem(). lyxml_parse_elem() function will be called recursively, which will consume stack space and lead to crash.
Attacker Value
Unknown

CVE-2020-5281

Disclosure Date: March 25, 2020 (last updated February 21, 2025)
In Perun before version 3.9.1, VO or group manager can modify configuration of the LDAP extSource to retrieve all from Perun LDAP. Issue is fixed in version 3.9.1 by sanitisation of the input.
Attacker Value
Unknown

CVE-2019-20392

Disclosure Date: January 22, 2020 (last updated February 21, 2025)
An invalid memory access flaw is present in libyang before v1.0-r1 in the function resolve_feature_value() when an if-feature statement is used inside a list key node, and the feature used is not defined. Applications that use libyang to parse untrusted input yang files may crash.