Lucene search
+L

Dell OpenManage Web Server <= 3.7.1

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 Tomi HanninenType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Dell OpenManage Web Server <= 3.7.1 susceptible to a heap-based buffer overflow. Proof of concept denial of service attack released

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2004-0331
29 May 201815:50
circl
Check Point Advisories
Dell OpenManage Web Server Buffer Overflow - Ver2 (CVE-2004-0331)
28 Dec 201400:00
checkpoint_advisories
Check Point Advisories
Dell OpenManage Web Server Buffer Overflow - Ver2 (CVE-2004-0331)
28 Dec 201400:00
checkpoint_advisories
CVE
CVE-2004-0331
18 Mar 200405:00
cve
Cvelist
CVE-2004-0331
18 Mar 200405:00
cvelist
Metasploit
Dell OpenManage POST Request Heap Overflow (win32)
23 Jun 200913:23
metasploit
NVD
CVE-2004-0331
23 Nov 200405:00
nvd
Packet Storm
Dell OpenManage POST Request Heap Overflow (win32)
31 Aug 202400:00
packetstorm
# SPDX-FileCopyrightText: 2004 Tomi Hanninen
# 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.12295");
  script_version("2023-06-27T05:05:30+0000");
  script_tag(name:"last_modification", value:"2023-06-27 05:05:30 +0000 (Tue, 27 Jun 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2004-0331");
  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_name("Dell OpenManage Web Server <= 3.7.1");
  script_family("Denial of Service");
  script_copyright("Copyright (C) 2004 Tomi Hanninen");
  script_category(ACT_GATHER_INFO);
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 1311);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_xref(name:"URL", value:"http://sh0dan.org/files/domadv.txt");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/9750");
  script_xref(name:"URL", value:"http://support.dell.com/filelib/download.asp?FileID=96563&c=us&l=en&s=DHS&Category=36&OS=WNT5&OSL=EN&SvcTag=&SysID=PWE_FOS_XEO_6650&DeviceID=2954&Type=&ReleaseID=R74029");

  script_tag(name:"solution", value:"Install the security patch available from Dell.");

  script_tag(name:"summary", value:"Dell OpenManage Web Servers 3.2.0-3.7.1 are vulnerable to a heap based
  buffer overflow attack. A proof of concept denial of service attack has been released.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");

port = http_get_port( default:1311 );

url = "/servlet/UDataArea?plugin=com.dell.oma.webplugins.AboutWebPlugin";
req = http_get( port:port, item:url );
res = http_keepalive_send_recv( port:port, data:req, bodyonly:FALSE );

if( res !~ "^HTTP/1\.[01] 200" )
  exit( 0 );

if( egrep( pattern:"<br>Version ([0-2]\.|3\.[2-6]\.)|(3\.7\.[01])<br>", string:res ) ) {
  report = http_report_vuln_url( port:port, url:url );
  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

27 Jun 2023 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
EPSS0.1583
22