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

19 lines
884 B
Markdown

### [CVE-2007-5365](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5365)
![](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 cons_options function in options.c in dhcpd in OpenBSD 4.0 through 4.2, and some other dhcpd implementations based on ISC dhcp-2, allows remote attackers to execute arbitrary code or cause a denial of service (daemon crash) via a DHCP request specifying a maximum message size smaller than the minimum IP MTU.
### POC
#### Reference
- http://www.coresecurity.com/index.php5?module=ContentMod&action=item&id=1962
- https://www.exploit-db.com/exploits/4601
#### Github
No PoCs found on GitHub currently.