Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310902655
HistoryDec 29, 2011 - 12:00 a.m.

IBM Rational Rhapsody BB FlashBack SDK ActiveX Control RCE Vulnerabilities

2011-12-2900:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
44

CVSS2

9.3

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

AI Score

7.1

Confidence

Low

EPSS

0.43

Percentile

97.4%

IBM Rational Rhapsody is prone to remote code execution vulnerabilities.

# SPDX-FileCopyrightText: 2011 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.902655");
  script_version("2024-06-28T05:05:33+0000");
  script_cve_id("CVE-2011-1388", "CVE-2011-1391", "CVE-2011-1392");
  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_tag(name:"last_modification", value:"2024-06-28 05:05:33 +0000 (Fri, 28 Jun 2024)");
  script_tag(name:"creation_date", value:"2011-12-29 15:57:58 +0530 (Thu, 29 Dec 2011)");
  script_name("IBM Rational Rhapsody BB FlashBack SDK ActiveX Control RCE Vulnerabilities");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47310");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51184");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47286");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/71803");
  script_xref(name:"URL", value:"http://www.securelist.com/en/advisories/47310");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21576352");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("General");
  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 allow attacker to execution of arbitrary code.");

  script_tag(name:"affected", value:"IBM Rational Rhapsody version prior to 7.6.1.");

  script_tag(name:"insight", value:"The flaws are due to errors in the BB FlashBack ActiveX control
  (BBFlashBack.Recorder.dll) within the FBRecorder class when handling the
  'Start()', 'PauseAndSave()', 'InsertMarker()', 'InsertSoundToFBRAtMarker()'
  and 'TestCompatibilityRecordMode()' methods.");

  script_tag(name:"solution", value:"Upgrade to IBM Rational Rhapsody versions 7.6.1 or later.");

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

  script_tag(name:"summary", value:"IBM Rational Rhapsody is prone to remote code execution vulnerabilities.");

  exit(0);
}

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

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

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";
if(!registry_key_exists(key:key)){
  exit(0);
}

foreach item (registry_enum_keys(key:key))
{
  ibmrrName = registry_get_sz(key:key + item, item:"DisplayName");
  if("IBM Rational Rhapsody" >< ibmrrName)
  {
    ibmrrVer = registry_get_sz(key:key + item, item:"DisplayVersion");

    if(ibmrrVer != NULL)
    {
      if(version_is_less(version:ibmrrVer, test_version:"7.6.1"))
      {
        report = report_fixed_ver(installed_version:ibmrrVer, fixed_version:"7.6.1");
        security_message(port: 0, data: report);
        exit(0);
      }
    }
  }
}

CVSS2

9.3

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

AI Score

7.1

Confidence

Low

EPSS

0.43

Percentile

97.4%