Lhaplus Untrusted search path Vulnerability
🗓️ 22 Oct 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 30 Views
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| CVE-2010-2368 | 18 Oct 201016:00 | – | cve | |
| CVE-2010-3158 | 19 Oct 201019:00 | – | cve | |
| CVE-2010-2368 | 18 Oct 201016:00 | – | cvelist | |
| CVE-2010-3158 | 19 Oct 201019:00 | – | cvelist | |
| EUVD-2010-2378 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2010-3158 | 7 Oct 202500:30 | – | euvd | |
| JVN#18774708: Lhaplus may insecurely load executable files | 15 Oct 201000:00 | – | jvn | |
| JVN#82752978: Lhaplus may insecurely load dynamic libraries | 12 Oct 201000:00 | – | jvn | |
| Lhaplus may insecurely load dynamic libraries | 18 Oct 201010:36 | – | jvn | |
| Lhaplus may insecurely load executable files | 20 Oct 201008:40 | – | jvn |
10
# SPDX-FileCopyrightText: 2010 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.801462");
script_version("2023-07-28T16:09:07+0000");
script_cve_id("CVE-2010-2368", "CVE-2010-3158");
script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
script_tag(name:"creation_date", value:"2010-10-22 15:51:55 +0200 (Fri, 22 Oct 2010)");
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_name("Lhaplus Untrusted search path Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/41742");
script_xref(name:"URL", value:"http://jvn.jp/en/jp/JVN82752978/index.html");
script_xref(name:"URL", value:"http://www.ipa.go.jp/about/press/20101012.html");
script_xref(name:"URL", value:"http://www7a.biglobe.ne.jp/~schezo/dll_vul.html");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Windows");
script_dependencies("smb_reg_service_pack.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
script_tag(name:"insight", value:"The flaw exists because the application loading libraries and executable in
an insecure manner.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Upgrade to the Lhaplus version 1.58.");
script_tag(name:"summary", value:"Lhaplus is prone to untrusted search path vulnerability.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary code
with the privilege of the running application.");
script_tag(name:"affected", value:"Lhaplus version 1.57 and prior.");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion"))
exit(0);
if(!registry_key_exists(key:"SOFTWARE\HoeHoe\Lhaplus"))
exit(0);
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Lhaplus";
if(!registry_key_exists(key:key))
exit(0);
lhpPath = registry_get_sz(key:key, item:"UninstallString");
if(lhpPath) {
lhpPath = lhpPath - "\Uninst.exe" + "\Lhaplus.exe";
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:lhpPath);
fire = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:lhpPath);
lhpVer = GetVer(file:fire, share:share);
if(lhpVer) {
if(version_is_less_equal(version:lhpVer, test_version:"1.5.7")) {
report = report_fixed_ver(installed_version:lhpVer, fixed_version:"1.5.8", file_checked:lhpPath);
security_message(port:0, data:report );
}
}
}
exit(99);
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
28 Jul 2023 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 26.9
EPSS0.0029