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

19 lines
953 B
Markdown

### [CVE-2008-2357](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2357)
![](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
Stack-based buffer overflow in the split_redraw function in split.c in mtr before 0.73, when invoked with the -p (aka --split) option, allows remote attackers to execute arbitrary code via a crafted DNS PTR record. NOTE: it could be argued that this is a vulnerability in the ns_name_ntop function in resolv/ns_name.c in glibc and the proper fix should be in glibc; if so, then this should not be treated as a vulnerability in mtr.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2008/May/0488.html
- http://securityreason.com/securityalert/3903
#### Github
No PoCs found on GitHub currently.