Lucene search
+L

CA eTrust SCM Multiple HTTP Gateway Service Vulnerabilities

🗓️ 26 Sep 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

CA eTrust SCM Multiple HTTP Gateway Service Vulnerabilities, arbitrary code execution and Do

Related
Refs
Code
# SPDX-FileCopyrightText: 2008 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.800101");
  script_version("2025-12-11T05:46:19+0000");
  script_tag(name:"last_modification", value:"2025-12-11 05:46:19 +0000 (Thu, 11 Dec 2025)");
  script_tag(name:"creation_date", value:"2008-09-26 14:12:58 +0200 (Fri, 26 Sep 2008)");
  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_cve_id("CVE-2008-2541");
  script_xref(name:"CB-A", value:"08-0091");
  script_name("CA eTrust SCM Multiple HTTP Gateway Service Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  script_xref(name:"URL", value:"http://secunia.com/advisories/30518");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/29528");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-08-035/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-08-036/");
  script_xref(name:"URL", value:"http://www.ca.com/us/securityadvisor/vulninfo/vuln.aspx?id=36408");

  script_tag(name:"affected", value:"CA eTrust Secure Content Manager version 8.0 - Windows (Any).");

  script_tag(name:"insight", value:"The flaws are due to

  - boundary error in the HTTP Gateway service (icihttp.exe running on
  port 8080), when converting content of an FTP request listing from raw text to HTML.

  - insufficient bounds checking on certain FTP requests by sending a specially
  crafted FTP requests containing an overly long LIST/PASV commands that can cause stack-based buffer overflow.");

  script_tag(name:"summary", value:"CA eTrust Secure Content Manager is prone to arbitrary code
  execution and denial of service (DoS) vulnerabilities.");

  script_tag(name:"solution", value:"Apply patch QO99987.");

  script_tag(name:"impact", value:"Successful exploitation allows attackers to execute arbitrary code or
  compromise complete system under the system context or denying of service.");

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

  exit(0);
}

include("smb_nt.inc");
include("version_func.inc");

if(!registry_key_exists(key:"SOFTWARE\ComputerAssociates\eTrust\SCM")){
  exit(0);
}

scmVer = registry_get_sz(item:"Version", key:"SOFTWARE\ComputerAssociates\eTrust Common Services");
if(!scmVer){
  exit(0);
}

if(egrep(pattern:"^([0-7]\..*|8\.0\.([01]?[0-9]|2[0-8]))$", string:scmVer)){
  report = report_fixed_ver(installed_version:scmVer, fixed_version:"See references");
  security_message(port:0, 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