summaryrefslogtreecommitdiff
blob: c0127d9a402065e4c361ebe7ac193e43f15676e5 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200409-04">
  <title>Squid: Denial of service when using NTLM authentication</title>
  <synopsis>
    Squid is vulnerable to a denial of service attack which could crash its
    NTLM helpers.
  </synopsis>
  <product type="ebuild">squid</product>
  <announced>2004-09-02</announced>
  <revised>2007-12-30: 03</revised>
  <bug>61280</bug>
  <access>remote</access>
  <affected>
    <package name="net-proxy/squid" auto="yes" arch="*">
      <unaffected range="ge">2.5.6-r2</unaffected>
      <unaffected range="lt">2.5</unaffected>
      <vulnerable range="le">2.5.6-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Squid is a full-featured Web Proxy Cache designed to run on Unix
    systems. It supports proxying and caching of HTTP, FTP, and other URLs,
    as well as SSL support, cache hierarchies, transparent caching, access
    control lists and many other features.
    </p>
  </background>
  <description>
    <p>
    Squid 2.5.x versions contain a bug in the functions ntlm_fetch_string()
    and ntlm_get_string() which lack checking the int32_t offset "o" for
    negative values.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could cause a denial of service situation by sending
    certain malformed NTLMSSP packets if NTLM authentication is enabled.
    </p>
  </impact>
  <workaround>
    <p>
    Disable NTLM authentication by removing any "auth_param ntlm program
    ..." directives from squid.conf or use ntlm_auth from Samba-3.x.
    </p>
  </workaround>
  <resolution>
    <p>
    All Squid users should upgrade to the latest stable version:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=net-www/squid-2.5.6-r2"
    # emerge "&gt;=net-www/squid-2.5.6-r2"</code>
  </resolution>
  <references>
    <uri link="http://www1.uk.squid-cache.org/squid/Versions/v2/2.5/bugs/#squid-2.5.STABLE6-ntlm_fetch_string">Squid-2.5 Patches</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0832">CVE-2004-0832</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-09-02T10:25:32Z">
    vorlon078
  </metadata>
</glsa>