blob: 2e856e71a1aec3205628a15fd9ff740c35392b15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201401-05">
<title>ISC DHCP: Denial of Service</title>
<synopsis>A memory exhaustion vulnerability in ISC DHCP could lead to Denial
of Service.
</synopsis>
<product type="ebuild">dhcp</product>
<announced>2014-01-06</announced>
<revised count="1">2014-01-06</revised>
<bug>463848</bug>
<access>remote</access>
<affected>
<package name="net-misc/dhcp" auto="yes" arch="*">
<unaffected range="ge">4.2.5_p1</unaffected>
<vulnerable range="lt">4.2.5_p1</vulnerable>
</package>
</affected>
<background>
<p>ISC DHCP is a Dynamic Host Configuration Protocol (DHCP) client/server.</p>
</background>
<description>
<p>ISC DHCP is vulnerable to a memory exhaustion attack involving regular
expressions sent by DHCP clients.
</p>
</description>
<impact type="normal">
<p>A remote attacker could send a specially crafted request from a
malicious or spoofed client, potentially leading to a Denial of Service
condition.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All ISC DHCP users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/dhcp-4.2.5_p1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2494">CVE-2013-2494</uri>
</references>
<metadata tag="requester" timestamp="2013-09-03T16:23:20Z">
creffett
</metadata>
<metadata tag="submitter" timestamp="2014-01-06T21:52:49Z">
creffett
</metadata>
</glsa>
|