diff options
Diffstat (limited to 'metadata/glsa/glsa-201409-03.xml')
-rw-r--r-- | metadata/glsa/glsa-201409-03.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201409-03.xml b/metadata/glsa/glsa-201409-03.xml new file mode 100644 index 000000000000..930b2941dfe6 --- /dev/null +++ b/metadata/glsa/glsa-201409-03.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201409-03"> + <title>dhcpcd: Denial of service</title> + <synopsis>A vulnerability in dhcpcd can lead to a Denial of Service + condition. + </synopsis> + <product type="ebuild">dhcpcd</product> + <announced>September 03, 2014</announced> + <revised>September 03, 2014: 1</revised> + <bug>518596</bug> + <access>remote</access> + <affected> + <package name="net-misc/dhcpcd" auto="yes" arch="*"> + <unaffected range="ge">6.4.3</unaffected> + <vulnerable range="lt">6.4.3</vulnerable> + </package> + </affected> + <background> + <p>dhcpcd is a fully featured, yet light weight RFC2131 compliant DHCP + client. + </p> + </background> + <description> + <p>A vulnerability has been discovered in dhcpcd. A malicious dhcp server + can set flags as part of the dhcp reply that can cause a Denial of + Service condition. + </p> + </description> + <impact type="normal"> + <p>A remote attacker can cause a Denial of Service condition.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All dhcpcd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/dhcpcd-6.4.3" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-6060">CVE-2014-6060</uri> + </references> + <metadata tag="requester" timestamp="Fri, 01 Aug 2014 20:16:47 +0000">Zlogene</metadata> + <metadata tag="submitter" timestamp="Wed, 03 Sep 2014 15:31:47 +0000">Zlogene</metadata> +</glsa> |