summaryrefslogtreecommitdiff
blob: 03c69217ebb2c4b1cb3ae9f48387d586de5ab153 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201606-07">
  <title>dhcpcd: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities have been found in dhcpcd allowing remote
    attackers to possibly execute arbitrary code or cause a Denial of Service.
  </synopsis>
  <product type="ebuild"/>
  <announced>2016-06-18</announced>
  <revised count="2">2016-06-18</revised>
  <bug>571152</bug>
  <access>remote</access>
  <affected>
    <package name="net-misc/dhcpcd" auto="yes" arch="*">
      <unaffected range="ge">6.10.0</unaffected>
      <vulnerable range="lt">6.10.0</vulnerable>
    </package>
  </affected>
  <background>
    <p>A fully featured, yet light weight RFC2131 compliant DHCP client</p>
  </background>
  <description>
    <p>A heap overflow can be triggered via malformed DHCP responses in the
      print_option (via dhcp_envoption1) due to incorrect option length values.
       These vulnerabilities could also allow remote attackers to trigger an
      invalid read/crash via malformed DHCP responses.
    </p>
  </description>
  <impact type="normal">
    <p>Remote attackers could possibly execute arbitrary code with the
      privileges of the process or cause Denial of Service.
    </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 "&gt;=net-misc/dhcpcd-6.10.0”
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-1503">CVE-2016-1503</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-1504">CVE-2016-1504</uri>
  </references>
  <metadata tag="requester" timestamp="2016-02-08T20:32:46Z">K_F</metadata>
  <metadata tag="submitter" timestamp="2016-06-18T19:11:50Z">b-man</metadata>
</glsa>