Apache HTTP Server Configuration File Environment Variable Local Buffer Overflow Vulnerability
🗓️ 02 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 36 Views
| 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 |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/11182 |
| apache | www.apache.org/dist/httpd/Announcement2.html |
# Copyright (C) 2009 Greenbone Networks GmbH
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.
CPE = "cpe:/a:apache:http_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100172");
script_version("2024-02-05T05:05:38+0000");
script_tag(name:"last_modification", value:"2024-02-05 05:05:38 +0000 (Mon, 05 Feb 2024)");
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:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-02-02 14:03:04 +0000 (Fri, 02 Feb 2024)");
script_cve_id("CVE-2004-0747");
script_name("Apache HTTP 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 Servers");
script_dependencies("gb_apache_http_server_consolidation.nasl");
script_mandatory_keys("apache/http_server/detected");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/11182");
script_xref(name:"URL", value:"http://www.apache.org/dist/httpd/Announcement2.html");
script_tag(name:"insight", value:"The flaws occurs because the application fails to validate user-supplied
string lengths before copying them into finite process buffers.");
script_tag(name:"solution", value:"The vendor has released an upgrade. Please see
the references for more information.");
script_tag(name:"summary", value:"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.");
script_tag(name:"impact", value:"An attacker may leverage this issue to execute arbitrary code on
the affected computer with the privileges of the Apache webserver process.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( isnull( port = get_app_port( cpe:CPE ) ) )
exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE, version_regex:"^[0-9]+\.[0-9]+\.[0-9]+" ) )
exit( 0 );
vers = infos["version"];
path = infos["location"];
if( version_is_less( version:vers, test_version:"2.0.51" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"2.0.51", install_path:path );
security_message( port:port, data:report );
exit( 0 );
}
exit( 99 );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
05 Feb 2024 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 24.6
CVSS 3.17.8
EPSS0.01607
SSVC