Skip to content

Commit 374d780

Browse files
committed
last fixes and tests
1 parent 9a0789f commit 374d780

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/linux/misc/quest_pmmasterd_bof.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ def initialize(info = {})
2121
or Quest Sudo Plugin). A buffer overflow condition exists when handling
2222
requests of type ACT_ALERT_EVENT, where the size of a memcpy can be
2323
controlled by the attacker. This module only works against version < 6.0.0-27.
24-
Versions up to 6.0.0-50 are also vulnerable, but not supported by this module (stack cookies bypass is required).
24+
Versions up to 6.0.0-50 are also vulnerable, but not supported by this module (a stack cookie bypass is required).
2525
},
2626
'Author' =>
2727
[
2828
'm0t'
2929
],
3030
'References' =>
3131
[
32-
['CVE', '2017-6553']
32+
['CVE', '2017-6553'],
33+
['URL' , 'https://0xdeadface.wordpress.com/2017/04/07/multiple-vulnerabilities-in-quest-privilege-manager-6-0-0-xx-cve-2017-6553-cve-2017-6554/']
3334
],
3435
'Payload' =>
3536
{
@@ -57,7 +58,7 @@ def initialize(info = {})
5758
}
5859
]
5960
],
60-
'Privileged' => false, #XXX
61+
'Privileged' => true,
6162
'DisclosureDate' => 'Apr 09 2017',
6263
'DefaultTarget' => 1
6364
))

0 commit comments

Comments
 (0)