Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800245
HistoryFeb 13, 2009 - 12:00 a.m.

Synactis All-In-The-Box ActiveX RCE Vulnerability

2009-02-1300:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
30

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

7.5 High

AI Score

Confidence

Low

0.061 Low

EPSS

Percentile

93.6%

All-In-The-Box ActiveX is prone to a remote code execution (RCE) vulnerability.

# SPDX-FileCopyrightText: 2009 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.800245");
  script_version("2024-06-28T05:05:33+0000");
  script_tag(name:"last_modification", value:"2024-06-28 05:05:33 +0000 (Fri, 28 Jun 2024)");
  script_tag(name:"creation_date", value:"2009-02-13 14:28:43 +0100 (Fri, 13 Feb 2009)");
  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-2009-0465");
  script_name("Synactis All-In-The-Box ActiveX RCE Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/33728");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/33535");
  script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7928");
  script_xref(name:"URL", value:"http://www.dsecrg.com/pages/vul/show.php?id=62");
  script_xref(name:"URL", value:"http://support.microsoft.com/kb/240797");
  script_xref(name:"URL", value:"http://synactis.com/pdf-in-the-box-downloads.asp");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);

  script_tag(name:"impact", value:"Successful exploitation will let the attacker overwrite arbitrary files on
  the system via a filename terminated by a NULL byte.");

  script_tag(name:"insight", value:"This flaw is due to an ActiveX control All_In_The_Box.ocx providing insecure
  SaveDoc method.");

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

  script_tag(name:"solution", value:"Upgrade to Synactis, All-In-The-Box ActiveX version 4.02 or later.

  Workaround:
  Set the Killbit for the vulnerable CLSID {B5576893-F948-4E0F-9BE1-A37CB56D66FF}");

  script_tag(name:"summary", value:"All-In-The-Box ActiveX is prone to a remote code execution (RCE) vulnerability.");

  script_tag(name:"affected", value:"Synactis, All-In-The-Box ActiveX version 3.1.2.0 and prior.");

  exit(0);
}

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

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

ocxPath = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion" +
                              "\Uninstall\Synactis_All_In-The-Box_ActiveX",
                          item:"Unregister");
if(!ocxPath){
  exit(0);
}

share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:ocxPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:ocxPath);

ocxVer = GetVer(file:file, share:share);
if(!ocxVer){
  exit(0);
}

if(version_is_less_equal(version:ocxVer, test_version:"3.1.2.0"))
{
  if(is_killbit_set(clsid:"{B5576893-F948-4E0F-9BE1-A37CB56D66FF}") == 0){
    report = report_fixed_ver(installed_version:ocxVer, vulnerable_range:"Less than or equal to 3.1.2.0");
    security_message(port: 0, data: report);
  }
}

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

7.5 High

AI Score

Confidence

Low

0.061 Low

EPSS

Percentile

93.6%

Related for OPENVAS:1361412562310800245