Files
CVEs-PoC/2020/CVE-2020-6078.md
T
2024-05-25 21:48:12 +02:00

18 lines
939 B
Markdown

### [CVE-2020-6078](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6078)
![](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 message-parsing functionality of Videolabs libmicrodns 0.1.0. When parsing mDNS messages in mdns_recv, the return value of the mdns_read_header function is not checked, leading to an uninitialized variable usage that eventually results in a null pointer dereference, leading to service crash. An attacker can send a series of mDNS messages to trigger this vulnerability.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2020-1001
#### Github
No PoCs found on GitHub currently.