1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200809-02 / dnsmasq |
| Release Date | September 04, 2008 |
| Latest Revision | September 04, 2008: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| net-dns/dnsmasq | < 2.45 | >= 2.45 | All supported architectures |
Related bugreports: #231282, #232523
Two vulnerabilities in dnsmasq might allow for a Denial of Service or spoofing of DNS replies.
Dnsmasq is a lightweight and easily-configurable DNS forwarder and DHCP server.
A remote attacker could send spoofed DNS response traffic to dnsmasq, possibly involving generating queries via multiple vectors, and spoof DNS replies, which could e.g. lead to the redirection of web or mail traffic to malicious sites. Furthermore, an attacker could generate invalid DHCP traffic and cause a Denial of Service.
There is no known workaround at this time.
All dnsmasq users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=net-dns/dnsmasq-2.45" |