| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/34277 |
| squid-cache | www.squid-cache.org/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: squid_34277.nasl 5220 2017-02-07 11:42:33Z teissa $
#
# Squid Proxy Cache ICAP Adaptation Denial of Service Vulnerability
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_summary = "According to its version number, the remote version of Squid
is prone to a to a remote denial-of-service vulnerability because
the proxy server fails to adequately bounds-check user-supplied data
before copying it to an insufficiently sized buffer.
Successfully exploiting this issue allows remote attackers to
consume excessive memory, resulting in a denial-of-service
condition.
Note that to exploit this issue, an attacker must be a legitimate
client user of the proxy.
The Squid 3.x branch is vulnerable.";
tag_solution = "Upgrade to newer Version if available.";
if (description)
{
script_id(100084);
script_version("$Revision: 5220 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-07 12:42:33 +0100 (Tue, 07 Feb 2017) $");
script_tag(name:"creation_date", value:"2009-03-28 19:13:00 +0100 (Sat, 28 Mar 2009)");
script_bugtraq_id(34277);
script_tag(name:"cvss_base", value:"2.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:N/I:N/A:P");
script_name("Squid Proxy Cache ICAP Adaptation Denial of Service Vulnerability");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_family("Denial of Service");
script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
script_dependencies("http_version.nasl","proxy_use.nasl");
script_require_ports("Services/http_proxy", 3128, 8080, 6588, 8000);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/34277");
script_xref(name : "URL" , value : "http://www.squid-cache.org/");
exit(0);
}
include("global_settings.inc");
include("misc_func.inc");
include("version_func.inc");
port = get_kb_item("Services/http_proxy");
if (!get_port_state(port)) exit(0);
if(!get_kb_item("www/squid"))exit(0);
if(!VIA = get_kb_item(string("Proxy/" + port + "/via")))exit(0);
version = eregmatch(string:VIA, pattern:"^.*\(squid/([0-9.]+)[STABLE|PRE]*([0-9]*)\)");
if(isnull(version[1]))exit(0);
ver = version[1];
if(version[2])ver = string(ver,version[2]);
if (version_in_range(version:ver, test_version:"3", test_version2:"3.1.5"))
{
security_message(port:port);
exit(0);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation