Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802963
HistorySep 17, 2012 - 12:00 a.m.

IBM Lotus Symphony Multiple Untrusted Search Path Vulnerabilities - Windows

2012-09-1700:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
18

6.9 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.6 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

25.7%

IBM Lotus Symphony is prone to multiple untrusted search path vulnerabilities.

# SPDX-FileCopyrightText: 2012 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

CPE = "cpe:/a:ibm:lotus_symphony";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802963");
  script_version("2024-02-15T05:05:39+0000");
  script_cve_id("CVE-2010-5204");
  script_tag(name:"cvss_base", value:"6.9");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-09-17 15:01:39 +0530 (Mon, 17 Sep 2012)");
  script_name("IBM Lotus Symphony Multiple Untrusted Search Path Vulnerabilities - Windows");

  script_xref(name:"URL", value:"http://secunia.com/advisories/41400");
  script_xref(name:"URL", value:"http://support.microsoft.com/kb/2264107");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2010/Sep/220");
  script_xref(name:"URL", value:"https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2010/2269637");
  script_xref(name:"URL", value:"http://core.yehg.net/lab/pr0js/advisories/dll_hijacking/%5Bibm_lotus_symphony%5D_3-beta-4_insecure_dll_hijacking");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("General");
  script_dependencies("gb_ibm_lotus_symphony_detect_win.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("IBM/Lotus/Symphony/Win/Ver");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary
  code on the target system.");

  script_tag(name:"affected", value:"IBM Lotus Symphony version 1.3.0 Revision 20090908.0900");

  script_tag(name:"insight", value:"The flaw is due to the way it loads dynamic-link libraries
  (e.g. eclipse_1114.dll and emser645mi.dll) in an insecure manner. This can
  be exploited to load arbitrary libraries by tricking a user into e.g. opening
  a ODT, STW, or SXW file located on a remote WebDAV or SMB share.");

  script_tag(name:"summary", value:"IBM Lotus Symphony is prone to multiple untrusted search path vulnerabilities.");

  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:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"WillNotFix");

  exit(0);
}

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

version = get_app_version(cpe:CPE);
if(!version){
  exit(0);
}

key = "SYSTEM\CurrentControlSet\Control\Session Manager";
if(registry_key_exists(key:key))
{
  val = registry_get_dword(key:key, item:"CWDIllegalInDLLSearch");
  if(val){
    exit(0);
  }
}

if(version_is_equal(version:version, test_version:"1.3.09251")){
  security_message( port: 0, data: "The target host was found to be vulnerable" );
}

6.9 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

6.6 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

25.7%

Related for OPENVAS:1361412562310802963