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

18 lines
843 B
Markdown

### [CVE-2005-0021](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0021)
![](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 Exim before 4.43 may allow attackers to execute arbitrary code via (1) an IPv6 address with more than 8 components, as demonstrated using the -be command line option, which triggers an overflow in the host_aton function, or (2) the -bh command line option or dnsdb PTR lookup, which triggers an overflow in the dns_build_reverse function.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2005-025.html
#### Github
No PoCs found on GitHub currently.