Lucene search

K
openvasCopyright (C) 2008 Greenbone AGOPENVAS:1361412562310800101
HistorySep 26, 2008 - 12:00 a.m.

CA eTrust SCM Multiple HTTP Gateway Service Vulnerabilities

2008-09-2600:00:00
Copyright (C) 2008 Greenbone AG
plugins.openvas.org
10

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

Low

0.216 Low

EPSS

Percentile

96.5%

CA eTrust Secure Content Manager is prone to arbitrary code execution and DoS Vulnerabilities.

# 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("2023-07-28T05:05:23+0000");
  script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
  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 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);

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

Low

0.216 Low

EPSS

Percentile

96.5%