summaryrefslogtreecommitdiff
blob: 6bb849a868dff508f39277cc052a20dbc7301604 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200409-16">
  <title>Samba: Denial of Service vulnerabilities</title>
  <synopsis>
    Two Denial of Service vulnerabilities have been found and fixed in Samba.
  </synopsis>
  <product type="ebuild">Samba</product>
  <announced>2004-09-13</announced>
  <revised count="01">2004-09-13</revised>
  <access>remote</access>
  <affected>
    <package name="net-fs/samba" auto="yes" arch="*">
      <unaffected range="ge">3.0.7</unaffected>
      <unaffected range="lt">3.0</unaffected>
      <vulnerable range="lt">3.0.7</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Samba is a freely available SMB/CIFS implementation which allows seamless
    interoperability of file and print services to other SMB/CIFS clients. smbd
    and nmbd are two daemons used by the Samba server.
    </p>
  </background>
  <description>
    <p>
    There is a defect in smbd's ASN.1 parsing. A bad packet received during the
    authentication request could throw newly-spawned smbd processes into an
    infinite loop (CAN-2004-0807). Another defect was found in nmbd's
    processing of mailslot packets, where a bad NetBIOS request could crash the
    nmbd process (CAN-2004-0808).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could send specially crafted packets to trigger both
    defects. The ASN.1 parsing issue can be exploited to exhaust all available
    memory on the Samba host, potentially denying all service to that server.
    The nmbd issue can be exploited to crash the nmbd process, resulting in a
    Denial of Service condition on the Samba server.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Samba 3.x users should upgrade to the latest version:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=net-fs/samba-3.0.7"
    # emerge "&gt;=net-fs/samba-3.0.7"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0807">CAN-2004-0807</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0808">CAN-2004-0808</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-09-11T15:16:21Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2004-09-13T12:15:40Z">
    jaervosz
  </metadata>
</glsa>