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

18 lines
909 B
Markdown

### [CVE-2020-6058](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6058)
![](https://img.shields.io/static/v1?label=Product&message=Mini-SNMPD&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Integer%20Overflow%20or%20Wraparound&color=brighgreen)
### Description
An exploitable out-of-bounds read vulnerability exists in the way MiniSNMPD version 1.4 parses incoming SNMP packets. A specially crafted SNMP request can trigger an out-of-bounds memory read, which can result in the disclosure of sensitive information and denial of service. To trigger this vulnerability, an attacker needs to send a specially crafted packet to the vulnerable server.
### POC
#### Reference
- https://talosintelligence.com/vulnerability_reports/TALOS-2020-0975
#### Github
No PoCs found on GitHub currently.