mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
18 lines
674 B
Markdown
18 lines
674 B
Markdown
### [CVE-2021-28904](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28904)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/n0-traces/cve_monitor
|
|
|