Lucene search
+L

Apache Web Server Linefeed Memory Allocation Denial Of Service Vulnerability

🗓️ 02 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 60 Views

Apache Web Server Linefeed Memory Allocation Denial Of Service Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Apache < 2.0.46 Multiple Vulnerabilities
20 Aug 200400:00
nessus
nessus
Tenable Nessus
Apache 2.0.x < 2.0.45 Multiple Vulnerabilities (DoS, File Write)
3 Apr 200300:00
nessus
nessus
Tenable Nessus
Mandrake Linux Security Advisory : apache2 (MDKSA-2003:050)
31 Jul 200400:00
nessus
cve
CVE
CVE-2003-0132
3 Apr 200305:00
cve
cvelist
Cvelist
CVE-2003-0132
3 Apr 200305:00
cvelist
debiancve
Debian CVE
CVE-2003-0132
3 Apr 200305:00
debiancve
exploitdb
Exploit DB
Apache 2.0.44 (Linux) - Remote Denial of Service
11 Apr 200300:00
exploitdb
exploitdb
Exploit DB
Apache 2.x - Memory Leak
9 Apr 200300:00
exploitdb
httpd
Apache Httpd
Apache Httpd < 2.0.45 : Line feed memory leak DoS
2 Apr 200400:00
httpd
nvd
NVD
CVE-2003-0132
11 Apr 200304:00
nvd
Rows per page
##############################################################################
# OpenVAS Vulnerability Test
# $Id: apache_cve_2003_0132.nasl 7176 2017-09-18 12:01:01Z cfischer $
#
# Apache Web Server Linefeed Memory Allocation Denial Of Service
# 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_solution = "This vulnerability does not affect Apache 2.0.45. Users are advised to upgrade.";
tag_summary = "Apache 2.0 series webservers are prone to a denial-of-service
   condition. This issue occurs because of the way that Apache handles
   excessive amounts of consecutive linefeed characters. The server
   may allocate large amounts of memory, resulting in a denial of
   service.";

if(description)
{
  script_id(100171);
  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:"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-2003-0132");
  script_bugtraq_id(7254);
  script_name("Apache Web Server Linefeed Memory Allocation Denial Of Service 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/7254");
  script_xref(name : "URL" , value : "http://httpd.apache.org/");
  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.45")){
    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

18 Sep 2017 00:00Current
6.2Medium risk
Vulners AI Score6.2
EPSS0.86179
60