File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/windows/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def initialize(info={})
21
21
the npFoxitReaderPlugin.dll module. When loading PDF files from remote hosts,
22
22
overly long query strings within URLs can cause a stack-based buffer overflow,
23
23
which can be exploited to execute arbitrary code. This exploit has been tested
24
- on Windows 7 SP1 with Firefox 18.0 and Foxit Reader version 5.4.4.1128
24
+ on Windows 7 SP1 with Firefox 18.0 and Foxit Reader version 5.4.4.11281
25
25
(npFoxitReaderPlugin.dll version 2.2.1.530).
26
26
} ,
27
27
'License' => MSF_LICENSE ,
@@ -54,7 +54,7 @@ def initialize(info={})
54
54
[
55
55
# npFoxitReaderPlugin.dll version 2.2.1.530
56
56
[ 'Automatic' , { } ] ,
57
- [ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44' ,
57
+ [ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44.11281 ' ,
58
58
{
59
59
'Offset' => 272 ,
60
60
'Ret' => 0x1000c57d , # pop # ret # from npFoxitReaderPlugin
You can’t perform that action at this time.
0 commit comments