Files
CVEs-PoC/2021/CVE-2021-44568.md
2025-09-29 21:09:30 +02:00

20 lines
896 B
Markdown

### [CVE-2021-44568](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44568)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Two heap-overflow vulnerabilities exist in openSUSE/libsolv libsolv through 13 Dec 2020 in the decisionmap variable via the resolve_dependencies function at src/solver.c (line 1940 & line 1995), which could cause a remote Denial of Service.
### POC
#### Reference
- https://github.com/openSUSE/libsolv/issues/425
- https://github.com/yangjiageng/PoC/blob/master/libsolv-PoCs/resolve_dependencies-1940
- https://github.com/yangjiageng/PoC/blob/master/libsolv-PoCs/resolve_dependencies-1995
#### Github
No PoCs found on GitHub currently.