mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-24 20:04:01 +02:00
18 lines
843 B
Markdown
18 lines
843 B
Markdown
### [CVE-2005-0021](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0021)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|