summaryrefslogtreecommitdiff
blob: a419c418200f03f3cb6a15fd0cd1c04d94eb4abb (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200502-04">
  <title>Squid: Multiple vulnerabilities</title>
  <synopsis>
    Squid contains vulnerabilities in the code handling WCCP, HTTP and LDAP
    which could lead to Denial of Service, access control bypass, web cache and
    log poisoning.
  </synopsis>
  <product type="ebuild">squid</product>
  <announced>2005-02-02</announced>
  <revised count="02">2005-02-02</revised>
  <bug>79495</bug>
  <bug>78776</bug>
  <bug>80201</bug>
  <bug>80341</bug>
  <access>remote</access>
  <affected>
    <package name="net-proxy/squid" auto="yes" arch="*">
      <unaffected range="ge">2.5.7-r5</unaffected>
      <vulnerable range="lt">2.5.7-r5</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
    protocols, as well as SSL support, cache hierarchies, transparent
    caching, access control lists and many other features.
    </p>
  </background>
  <description>
    <p>
    Squid contains several vulnerabilities:
    </p>
    <ul>
    <li>Buffer overflow when handling WCCP recvfrom()
    (CAN-2005-0211).</li>
    <li>Loose checking of HTTP headers (CAN-2005-0173 and
    CAN-2005-0174).</li>
    <li>Incorrect handling of LDAP login names with spaces
    (CAN-2005-0175).</li>
    </ul>
  </description>
  <impact type="normal">
    <p>
    An attacker could exploit:
    </p>
    <ul>
    <li>the WCCP buffer overflow to cause Denial of Service.</li>
    <li>the HTTP header parsing vulnerabilities to inject arbitrary
    response data, potentially leading to content spoofing, web cache
    poisoning and other cross-site scripting or HTTP response splitting
    attacks.</li>
    <li>the LDAP issue to login with several variations of the same login
    name, leading to log poisoning.</li>
    </ul>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Squid users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-proxy/squid-2.5.7-r5"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0173">CAN-2005-0173</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0174">CAN-2005-0174</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0175">CAN-2005-0175</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0211">CAN-2005-0211</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-01-30T20:28:30Z">
    jaervosz
  </metadata>
  <metadata tag="bugReady" timestamp="2005-02-02T12:30:09Z">
    jaervosz
  </metadata>
</glsa>