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

19 lines
892 B
Markdown

### [CVE-2007-2362](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2362)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Multiple buffer overflows in MyDNS 1.1.0 allow remote attackers to (1) cause a denial of service (daemon crash) and possibly execute arbitrary code via a certain update, which triggers a heap-based buffer overflow in update.c; and (2) cause a denial of service (daemon crash) via unspecified vectors that trigger an off-by-one stack-based buffer overflow in update.c.
### POC
#### Reference
- http://securityreason.com/securityalert/2658
- http://www.digit-labs.org/files/exploits/mydns-rr-smash.c
#### Github
No PoCs found on GitHub currently.