File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/exploits/linux/misc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ def initialize(info = {})
21
21
or Quest Sudo Plugin). A buffer overflow condition exists when handling
22
22
requests of type ACT_ALERT_EVENT, where the size of a memcpy can be
23
23
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).
25
25
} ,
26
26
'Author' =>
27
27
[
28
28
'm0t'
29
29
] ,
30
30
'References' =>
31
31
[
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/' ]
33
34
] ,
34
35
'Payload' =>
35
36
{
@@ -57,7 +58,7 @@ def initialize(info = {})
57
58
}
58
59
]
59
60
] ,
60
- 'Privileged' => false , #XXX
61
+ 'Privileged' => true ,
61
62
'DisclosureDate' => 'Apr 09 2017' ,
62
63
'DefaultTarget' => 1
63
64
) )
You can’t perform that action at this time.
0 commit comments