summaryrefslogtreecommitdiff
blob: 8f81e1499a1780b7e763eed110ec7b1b8101cd5e (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200406-13">
  <title>Squid: NTLM authentication helper buffer overflow</title>
  <synopsis>
    Squid contains a bug where it fails to properly check bounds of the 'pass'
    variable.
  </synopsis>
  <product type="ebuild">squid</product>
  <announced>2004-06-17</announced>
  <revised count="02">2004-09-02</revised>
  <bug>53367</bug>
  <access>remote</access>
  <affected>
    <package name="net-proxy/squid" auto="yes" arch="*">
      <unaffected range="ge">2.5.5-r2</unaffected>
      <vulnerable range="le">2.5.5-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Squid contains a bug in the function ntlm_check_auth(). It fails to do
    proper bounds checking on the values copyied to the 'pass' variable.
    </p>
  </background>
  <description>
    <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>
  </description>
  <impact type="high">
    <p>
    If Squid is configured to use NTLM authentication, an attacker could
    exploit this vulnerability by sending a very long password. This could lead
    to arbitrary code execution with the permissions of the user running Squid.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time. All users are encouraged to
    upgrade to the latest available version.
    </p>
  </workaround>
  <resolution>
    <p>
    All Squid users should upgrade to the latest stable version:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=net-proxy/squid-2.5.5-r2"
    # emerge "&gt;=net-proxy/squid-2.5.5-r2"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0541">CAN-2004-0541</uri>
  </references>
  <metadata tag="submitter">
    jaervosz
  </metadata>
</glsa>