IBM Lotus Symphony Multiple Untrusted Search Path Vulnerabilities - Windows
🗓️ 17 Sep 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType
openvas🔗 plugins.openvas.org👁 33 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2010-5204 | 6 Sep 201210:00 | – | cve | |
| CVE-2010-5204 | 6 Sep 201210:00 | – | cvelist | |
| EUVD-2010-5163 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-5204 | 6 Sep 201210:41 | – | nvd | |
| Design/Logic Flaw | 6 Sep 201210:41 | – | prion | |
| CVE-2010-5204 | 22 May 202502:28 | – | redhatcve |
# 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" );
}
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
15 Feb 2024 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 26.9
EPSS0.00348