Skip to content

Commit 96b1cb3

Browse files
author
jvazquez-r7
committed
fix version info
1 parent 69267b8 commit 96b1cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/foxit_reader_plugin_url_bof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info={})
2121
the npFoxitReaderPlugin.dll module. When loading PDF files from remote hosts,
2222
overly long query strings within URLs can cause a stack-based buffer overflow,
2323
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
2525
(npFoxitReaderPlugin.dll version 2.2.1.530).
2626
},
2727
'License' => MSF_LICENSE,
@@ -54,7 +54,7 @@ def initialize(info={})
5454
[
5555
# npFoxitReaderPlugin.dll version 2.2.1.530
5656
[ 'Automatic', {} ],
57-
[ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44',
57+
[ 'Windows 7 SP1 / Firefox 18 / Foxit Reader 5.44.11281',
5858
{
5959
'Offset' => 272,
6060
'Ret' => 0x1000c57d, # pop # ret # from npFoxitReaderPlugin

0 commit comments

Comments
 (0)