Vulnerability CVE-2021-28904


Published: 2021-05-20

Description:
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.

Type:

CWE-252

(Unchecked Return Value)

CVSS2 => (AV:N/AC:L/Au:N/C:N/I:N/A:P)

CVSS Base Score
Impact Subscore
Exploitability Subscore
5/10
2.9/10
10/10
Exploit range
Attack complexity
Authentication
Remote
Low
No required
Confidentiality impact
Integrity impact
Availability impact
None
None
Partial
Affected software
Cesnet -> Libyang 

 References:
https://github.com/CESNET/libyang/issues/1451

Copyright 2024, cxsecurity.com

 

Back to Top