| Reporter | Title | Published | Views | Family All 103 |
|---|---|---|---|---|
| Security fix for the ALT Linux 8 package apache2 version 2.2.16-alt1 | 16 Sep 201000:00 | – | altlinux | |
| Security fix for the ALT Linux 10 package apache2 version 2.2.16-alt1 | 16 Sep 201000:00 | – | altlinux | |
| Security fix for the ALT Linux 9 package apache2 version 2.2.16-alt1 | 16 Sep 201000:00 | – | altlinux | |
| apache -- Remote DoS bug in mod_cache and mod_dav | 21 Jul 201000:00 | – | freebsd | |
| Exploit for CVE-2007-6750 | 27 Jul 202503:38 | – | gitee | |
| Exploit for Improper Certificate Validation in Apache Http_Server | 29 Dec 202510:08 | – | githubexploit | |
| Apache 2.2 < 2.2.16 Multiple Vulnerabilities | 27 Jul 201000:00 | – | nessus | |
| Mac OS X 10.6 < 10.6.7 Multiple Vulnerabilities | 21 Mar 201100:00 | – | nessus | |
| Apache 2.2 < 2.2.16 Multiple Vulnerabilities | 27 Jul 201000:00 | – | nessus | |
| Mac OS X 10.6 < 10.6.7 Multiple Vulnerabilities | 21 Mar 201100:00 | – | nessus |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/41963 |
| apache | www.apache.org/dist/httpd/Announcement2.2.html |
| apache | www.apache.org/dist/httpd/CHANGES_2.2.16 |
| httpd | www.httpd.apache.org/ |
| httpd | www.httpd.apache.org/download.cgi |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apache_41963.nasl 5263 2017-02-10 13:45:51Z teissa $
#
# Apache HTTP Server Multiple Remote Denial of Service Vulnerabilities
#
# Authors:
# Michael Meyer <[email protected]>
#
# 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 = "Apache HTTP Server is prone to multiple remote denial-of-service
vulnerabilities.
An attacker can exploit these issues to deny service to
legitimate users.
Versions prior to Apache 2.2.16 are vulnerable.";
tag_solution = "These issues have been fixed in Apache 2.2.16. Please see the
references for more information.";
if (description)
{
script_id(100725);
script_version("$Revision: 5263 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-10 14:45:51 +0100 (Fri, 10 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-07-27 20:48:46 +0200 (Tue, 27 Jul 2010)");
script_bugtraq_id(41963);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_cve_id("CVE-2010-1452");
script_name("Apache HTTP Server Multiple Remote Denial of Service Vulnerabilities");
script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/41963");
script_xref(name : "URL" , value : "http://httpd.apache.org/download.cgi");
script_xref(name : "URL" , value : "http://httpd.apache.org/");
script_xref(name : "URL" , value : "http://www.apache.org/dist/httpd/Announcement2.2.html");
script_xref(name : "URL" , value : "http://www.apache.org/dist/httpd/CHANGES_2.2.16");
script_category(ACT_GATHER_INFO);
script_family("Web Servers");
script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("secpod_apache_detect.nasl");
script_require_ports("Services/www", 80);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
include("global_settings.inc");
httpdPort = get_http_port(default:80);
if(!httpdPort){
exit(0);
}
httpdVer = get_kb_item("www/" + httpdPort + "/Apache");
if(httpdVer != NULL)
{
if(version_in_range(version:httpdVer, test_version:"2.2", test_version2:"2.2.15")){
security_message(httpdPort);
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