Files
CVEs-PoC/2020/CVE-2020-6080.md
T
2024-06-18 02:51:15 +02:00

18 lines
1.1 KiB
Markdown

### [CVE-2020-6080](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6080)
![](https://img.shields.io/static/v1?label=Product&message=Videolabs&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=denial%20of%20service&color=brighgreen)
### Description
An exploitable denial-of-service vulnerability exists in the resource allocation handling of Videolabs libmicrodns 0.1.0. When encountering errors while parsing mDNS messages, some allocated data is not freed, possibly leading to a denial-of-service condition via resource exhaustion. An attacker can send one mDNS message repeatedly to trigger this vulnerability through the function rr_read_RR [5] reads the current resource record, except for the RDATA section. This is read by the loop at in rr_read. For each RR type, a different function is called. When the RR type is 0x10, the function rr_read_TXT is called at [6].
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2020-1002
#### Github
No PoCs found on GitHub currently.