Apache HTTP Server 'mod_proxy' Content-length Buffer Overflow Vulnerabilities
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 David MaciejakType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 50 |
|---|---|---|---|---|
| Mac OS X Multiple Vulnerabilities (Security Update 2004-09-07) | 9 Sep 200400:00 | – | nessus | |
| Apache mod_proxy Content-Length Overflow | 25 Oct 200400:00 | – | nessus | |
| Debian DSA-525-1 : apache - buffer overflow | 29 Sep 200400:00 | – | nessus | |
| FreeBSD : apache -- heap overflow in mod_proxy (10) | 28 Sep 200400:00 | – | nessus | |
| FreeBSD : apache -- heap overflow in mod_proxy (ca6c8f35-0a5f-11d9-ad6f-00061bc2ad93) | 23 Apr 200900:00 | – | nessus | |
| GLSA-200406-16 : Apache 1.3: Buffer overflow in mod_proxy | 30 Aug 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 : apache (MDKSA-2004:065) | 31 Jul 200400:00 | – | nessus | |
| RHEL 2.1 : apache, mod_ssl (RHSA-2004:245) | 6 Jul 200400:00 | – | nessus |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/10508 |
# SPDX-FileCopyrightText: 2004 David Maciejak
# 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-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.15555");
script_version("2023-08-01T13:29:10+0000");
script_tag(name:"last_modification", value:"2023-08-01 13:29:10 +0000 (Tue, 01 Aug 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/10508");
script_cve_id("CVE-2004-0492");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("Apache HTTP Server 'mod_proxy' Content-length Buffer Overflow Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2004 David Maciejak");
script_family("Web Servers");
script_dependencies("gb_apache_http_server_consolidation.nasl");
script_mandatory_keys("apache/http_server/detected");
script_tag(name:"solution", value:"Don't use mod_proxy or upgrade to a newer version.");
script_tag(name:"summary", value:"The remote web server appears to be running a version of
Apache HTTP Server that is older than version 1.3.32.
This version is vulnerable to a heap based buffer overflow in proxy_util.c
for mod_proxy.");
script_tag(name:"impact", value:"This issue may lead remote attackers to cause a denial of
service and possibly execute arbitrary code on the server.");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
CPE = "cpe:/a:apache:http_server";
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 );
version = infos["version"];
location = infos["location"];
if( version_is_less( version: version, test_version: "1.3.32" ) ) {
report = report_fixed_ver( installed_version: version, fixed_version: "1.3.32", install_path: location );
security_message( data: report, port: port );
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
01 Aug 2023 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 210
EPSS0.33639