| Reporter | Title | Published | Views | Family All 47 |
|---|---|---|---|---|
| Apache < 2.2.10 Multiple Vulnerabilities | 21 Oct 200800:00 | – | nessus | |
| CentOS 5 : httpd (CESA-2010:0659) | 29 Jun 201300:00 | – | nessus | |
| F5 Networks BIG-IP : Apache HTTPD vulnerability (K23332326) | 30 Dec 201500:00 | – | nessus | |
| GLSA-201206-25 : Apache HTTP Server: Multiple vulnerabilities | 25 Jun 201200:00 | – | nessus | |
| HP System Management Homepage < 7.0 Multiple Vulnerabilities | 20 Apr 201200:00 | – | nessus | |
| Mandriva Linux Security Advisory : apache (MDVSA-2010:153) | 17 Aug 201000:00 | – | nessus | |
| MiracleLinux 3 : httpd-2.2.3-43.3.0.1.AXS3 (AXSA:2010-433:03) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : httpd (ELSA-2010-0659) | 12 Jul 201300:00 | – | nessus | |
| RHEL 5 : httpd (RHSA-2010:0659) | 31 Aug 201000:00 | – | nessus | |
| Scientific Linux Security Update : httpd on SL5.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apache_42102.nasl 7835 2017-11-20 15:03:10Z cfischer $
#
# Apache 'mod_proxy_http' 2.2.9 for Unix Timeout Handling Information Disclosure Vulnerability
#
# 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 is prone to an information-disclosure vulnerability that
affects the 'mod_proxy_http' module.
Attackers can leverage this issue to gain access to sensitive
information that may aid in further attacks.
Apache 2.2.9 on Unix is vulnerable.";
tag_solution = "Updates are available. Please see the references for more information.";
if (description)
{
script_id(100858);
script_version("$Revision: 7835 $");
script_tag(name:"last_modification", value:"$Date: 2017-11-20 16:03:10 +0100 (Mon, 20 Nov 2017) $");
script_tag(name:"creation_date", value:"2010-10-19 12:49:22 +0200 (Tue, 19 Oct 2010)");
script_bugtraq_id(42102);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_cve_id("CVE-2010-2791");
script_name("Apache 'mod_proxy_http' 2.2.9 for Unix Timeout Handling Information Disclosure Vulnerability");
script_category(ACT_GATHER_INFO);
script_family("Web Servers");
script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("os_detection.nasl","secpod_apache_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("apache/installed", "Host/runs_unixoide");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/42102");
script_xref(name : "URL" , value : "http://httpd.apache.org/security/vulnerabilities_22.html");
script_xref(name : "URL" , value : "http://httpd.apache.org/");
script_xref(name : "URL" , value : "http://permalink.gmane.org/gmane.comp.security.oss.general/3243");
script_xref(name : "URL" , value : "http://svn.apache.org/viewvc?view=revision&revision=699841");
script_xref(name : "URL" , value : "http://support.avaya.com/css/P8/documents/100109771");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
include("global_settings.inc");
include("host_details.inc");
httpdPort = get_http_port(default:80);
httpdVer = get_kb_item("www/" + httpdPort + "/Apache");
if(httpdVer != NULL)
{
if(version_is_equal(version:httpdVer, test_version:"2.2.9")){
security_message(port: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