Squid Header-Only Packets Remote Denial of Service Vulnerability
🗓️ 04 Jan 2010 00:00:00Reported by This script is Copyright (C) 2010 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 21 Views
| Reporter | Title | Published | Views | Family All 60 |
|---|---|---|---|---|
| squid -- Denial of Service vulnerability in DNS handling | 14 Jan 201000:00 | – | freebsd | |
| Squid < 3.0STABLE23 / 3.1.x < 3.1.0.16 Remote DoS | 2 Feb 201000:00 | – | nessus | |
| Squid 3.0STABLE23 / 3.1.0.16 Remote DoS | 2 Feb 201000:00 | – | nessus | |
| Debian DSA-1991-1 : squid/squid3 - denial of service | 24 Feb 201000:00 | – | nessus | |
| FreeBSD : squid -- Denial of Service vulnerability in DNS handling (296ecb59-0f6b-11df-8bab-0019996bc1f7) | 2 Feb 201000:00 | – | nessus | |
| GLSA-201110-24 : Squid: Multiple vulnerabilities | 27 Oct 201100:00 | – | nessus | |
| Mandriva Linux Security Advisory : squid (MDVSA-2010:033) | 7 Feb 201000:00 | – | nessus | |
| MiracleLinux 3 : squid-2.6.STABLE21-6.AXS3 (AXSA:2010-169:01) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : squid (ELSA-2010-0221) | 7 Sep 202300:00 | – | nessus | |
| RHEL 5 : squid (RHSA-2010:0221) | 11 May 201000:00 | – | nessus |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/37522 |
| events | www.events.ccc.de/congress/2009/Fahrplan//attachments/1483_26c3_ipv4_fuckups.pdf |
| squid-cache | www.squid-cache.org/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: squid_37522.nasl 5401 2017-02-23 09:46:07Z teissa $
#
# Squid Header-Only Packets Remote Denial of Service Vulnerability
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2010 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 = "Squid is prone to a remote denial-of-service vulnerability.
An attacker can exploit this to issue to crash the affected
application, denying service to legitimate users.";
if (description)
{
script_id(100412);
script_version("$Revision: 5401 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-01-04 18:09:12 +0100 (Mon, 04 Jan 2010)");
script_cve_id("CVE-2010-0308");
script_bugtraq_id(37522);
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:N/A:P");
script_name("Squid Header-Only Packets Remote Denial of Service Vulnerability");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/37522");
script_xref(name : "URL" , value : "http://events.ccc.de/congress/2009/Fahrplan//attachments/1483_26c3_ipv4_fuckups.pdf");
script_xref(name : "URL" , value : "http://www.squid-cache.org/");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("secpod_squid_detect.nasl");
script_require_ports("Services/www","Services/http_proxy",3128,8080);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
port = get_kb_item("Services/http_proxy");
if(!port){
exit(0);
}
if(!vers = get_kb_item(string("www/", port, "/Squid")))exit(0);
if(!isnull(vers)) {
if(version_is_less(version: vers, test_version: "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
23 Feb 2017 00:00Current
6.3Medium risk
Vulners AI Score6.3
EPSS0.27347