diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200504-03.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200504-03.xml')
-rw-r--r-- | glsa-200504-03.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/glsa-200504-03.xml b/glsa-200504-03.xml new file mode 100644 index 00000000..124868bc --- /dev/null +++ b/glsa-200504-03.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200504-03"> + <title>Dnsmasq: Poisoning and Denial of Service vulnerabilities</title> + <synopsis> + Dnsmasq is vulnerable to DNS cache poisoning attacks and a potential Denial + of Service from the local network. + </synopsis> + <product type="ebuild">Dnsmasq</product> + <announced>April 04, 2005</announced> + <revised>April 04, 2005: 01</revised> + <bug>86718</bug> + <access>remote</access> + <affected> + <package name="net-dns/dnsmasq" auto="yes" arch="*"> + <unaffected range="ge">2.22</unaffected> + <vulnerable range="lt">2.22</vulnerable> + </package> + </affected> + <background> + <p> + Dnsmasq is a lightweight and easily-configurable DNS forwarder and + DHCP server. + </p> + </background> + <description> + <p> + Dnsmasq does not properly detect that DNS replies received do not + correspond to any DNS query that was sent. Rob Holland of the Gentoo + Linux Security Audit team also discovered two off-by-one buffer + overflows that could crash DHCP lease files parsing. + </p> + </description> + <impact type="low"> + <p> + A remote attacker could send malicious answers to insert arbitrary + DNS data into the Dnsmasq cache. These attacks would in turn help an + attacker to perform man-in-the-middle and site impersonation attacks. + The buffer overflows might allow an attacker on the local network to + crash Dnsmasq upon restart. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Dnsmasq users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-dns/dnsmasq-2.22"</code> + </resolution> + <references> + <uri link="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG">Dnsmasq Changelog</uri> + </references> + <metadata tag="requester" timestamp="Mon, 28 Mar 2005 07:00:46 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Mon, 28 Mar 2005 13:54:22 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Mon, 4 Apr 2005 11:10:45 +0000"> + koon + </metadata> +</glsa> |