diff options
Diffstat (limited to 'metadata/glsa/glsa-200701-22.xml')
-rw-r--r-- | metadata/glsa/glsa-200701-22.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200701-22.xml b/metadata/glsa/glsa-200701-22.xml new file mode 100644 index 000000000000..3c51d5579174 --- /dev/null +++ b/metadata/glsa/glsa-200701-22.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200701-22"> + <title>Squid: Multiple Denial of Service vulnerabilities</title> + <synopsis> + Two vulnerabilities have been found in Squid which make it susceptible to + Denial of Service attacks. + </synopsis> + <product type="ebuild">squid</product> + <announced>2007-01-25</announced> + <revised>2007-01-25: 01</revised> + <bug>162364</bug> + <access>remote</access> + <affected> + <package name="net-proxy/squid" auto="yes" arch="*"> + <unaffected range="ge">2.6.7</unaffected> + <vulnerable range="lt">2.6.7</vulnerable> + </package> + </affected> + <background> + <p> + Squid is a multi-protocol proxy server. + </p> + </background> + <description> + <p> + Squid fails to correctly handle ftp:// URI's. There is also an error in + the external_acl queue which can cause an infinite looping condition. + </p> + </description> + <impact type="normal"> + <p> + An attacker could attempt to retrieve a specially crafted URI via a + Squid server causing the service to crash. If an attacker could + generate a sufficiently high load on the Squid services, they could + cause a Denial of Service by forcing Squid into an infinite loop. + </p> + </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 ">=net-proxy/squid-2.6.7"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0247">CVE-2007-0247</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0248">CVE-2007-0248</uri> + </references> + <metadata tag="requester" timestamp="2007-01-22T16:59:17Z"> + vorlon + </metadata> + <metadata tag="submitter" timestamp="2007-01-23T10:26:06Z"> + hyakuhei + </metadata> + <metadata tag="bugReady" timestamp="2007-01-24T12:52:50Z"> + hyakuhei + </metadata> +</glsa> |