Interactive Graphical SCADA System DLL Loading Arbitrary Code Execution Vulnerability
🗓️ 23 Jan 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2011-4053 | 19 Jan 201215:00 | – | cve | |
| CVE-2011-4053 | 19 Jan 201215:00 | – | cvelist | |
| EUVD-2011-4005 | 7 Oct 202500:30 | – | euvd | |
| 7-Technologies Interactive Graphical SCADA | 21 Sep 201106:00 | – | ics | |
| CVE-2011-4053 | 19 Jan 201215:55 | – | nvd | |
| Interactive Graphical SCADA System DLL Loading Arbitrary Code Execution Vulnerability | 23 Jan 201200:00 | – | openvas | |
| Design/Logic Flaw | 19 Jan 201215:55 | – | prion | |
| CVE-2011-4053 | 22 May 202503:42 | – | redhatcve | |
| 7-Technologies IGSS < 9.0.0.11291 DLL Loading Arbitrary Code Execution | 23 May 201200:00 | – | nessus |
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.802297");
script_version("2023-07-25T05:05:58+0000");
script_cve_id("CVE-2011-4053");
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:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2012-01-23 15:15:15 +0530 (Mon, 23 Jan 2012)");
script_name("Interactive Graphical SCADA System DLL Loading Arbitrary Code Execution Vulnerability");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51438");
script_xref(name:"URL", value:"http://www.us-cert.gov/control_systems/pdf/ICSA-11-353-01.pdf");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2012 Greenbone AG");
script_family("General");
script_dependencies("gb_igss_detect.nasl");
script_require_ports(139, 445);
script_mandatory_keys("IGSS/Win/Ver");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute arbitrary
code and conduct DLL hijacking attacks.");
script_tag(name:"affected", value:"7T Interactive Graphical SCADA System (IGSS) versions prior to 9.0.0.11291");
script_tag(name:"insight", value:"This flaw is due to the application insecurely loading certain
libraries from the current working directory, which could allow attackers
to execute arbitrary code by tricking a user into opening a file from a
network share.");
script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");
script_tag(name:"summary", value:"Interactive Graphical SCADA System is prone to a code execution vulnerability.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.7t.dk/igss/igssupdates/v90/progupdatesv90.zip");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
version = get_kb_item("IGSS/Win/Ver");
if(! version){
exit(0);
}
if(version_is_less(version:version, test_version:"9.0"))
{
report = report_fixed_ver(installed_version:version, fixed_version:"9.0");
security_message(port:0, data:report);
exit(0);
}
if(version =~ "^9\.0\.*")
{
key = "SOFTWARE\7-Technologies\IGSS32\v9.00.00\ENVIRONMENT";
if(!registry_key_exists(key:key)){
exit(0);
}
odbcPath = registry_get_sz(key:key, item:"IGSSWORK");
if(! odbcPath){
exit(0);
}
odbcVer = fetch_file_version(sysPath:odbcPath, file_name:"Odbcixv9se.exe");
if(! odbcVer){
exit(0);
}
if(version_is_less(version:version, test_version:"9.0.0.11291")) {
report = report_fixed_ver(installed_version:version, fixed_version:"9.0.0.11291", install_path:odbcPath);
security_message(port:0, data:report);
}
}
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
25 Jul 2023 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 29.3
EPSS0.01479