| Reporter | Title | Published | Views | Family All 39 |
|---|---|---|---|---|
| Apache < 2.0.51 ${ENVVAR} Local Overflow | 15 Sep 200400:00 | – | nessus | |
| Apache < 2.0.51 IPv6 Remote Buffer Overflow | 15 Sep 200400:00 | – | nessus | |
| Apache 2.0.x < 2.0.51 Multiple Vulnerabilities (OF, DoS) | 16 Sep 200400:00 | – | nessus | |
| Fedora Core 2 : httpd-2.0.51-2.7 (2004-313) | 24 Sep 200400:00 | – | nessus | |
| FreeBSD : apache -- ap_resolve_env buffer overflow (4d49f4ba-071f-11d9-b45d-000c41e2cdad) | 23 Apr 200900:00 | – | nessus | |
| GLSA-200409-21 : Apache 2, mod_dav: Multiple vulnerabilities | 17 Sep 200400:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2004-12-02) | 2 Dec 200400:00 | – | nessus | |
| MacOS X Version Unsupported | 6 Jul 200400:00 | – | nessus | |
| Mandrake Linux Security Advisory : apache2 (MDKSA-2004:096) | 16 Sep 200400:00 | – | nessus | |
| RHEL 3 : httpd (RHSA-2004:463) | 15 Sep 200400:00 | – | nessus |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/11182 |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: apache_cve_2004_0747.nasl 7176 2017-09-18 12:01:01Z cfischer $
#
# Apache Web Server Configuration File Environment Variable Local
# Buffer Overflow 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 Apache Web
Server is prone to a local buffer-overflow vulnerability that
affects a configuration file environment variable. This occurs
because the application fails to validate user-supplied string
lengths before copying them into finite process buffers.
An attacker may leverage this issue to execute arbitrary code on
the affected computer with the privileges of the Apache webserver
process.";
tag_solution = "The vendor has released an upgrade. Please see
http://www.apache.org/dist/httpd/Announcement2.html for more
information.";
if(description)
{
script_id(100172);
script_version("$Revision: 7176 $");
script_tag(name:"last_modification", value:"$Date: 2017-09-18 14:01:01 +0200 (Mon, 18 Sep 2017) $");
script_tag(name:"creation_date", value:"2009-05-02 19:46:33 +0200 (Sat, 02 May 2009)");
script_tag(name:"cvss_base", value:"4.6");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_cve_id("CVE-2004-0747");
script_bugtraq_id(11182);
script_name("Apache Web Server Configuration File Environment Variable Local Buffer Overflow Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("http_version.nasl", "secpod_apache_detect.nasl");
script_require_ports("Services/www", 80);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/11182");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
httpdPort = get_http_port(default:80);
if(!httpdPort){
exit(0);
}
version = get_kb_item("www/" + httpdPort + "/Apache");
if(version != NULL){
if(version_is_less(version:version, test_version:"2.0.51")){
security_message(httpdPort);
}
}
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