Skip to content

Commit ab245b5

Browse files
committed
added note to description
1 parent 4f12a1e commit ab245b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/linux/misc/quest_pmmasterd_bof.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ def initialize(info = {})
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.
2424
Versions up to 6.0.0-50 are also vulnerable, but not supported by this module (a stack cookie bypass is required).
25-
NOTE: To use this module it is required to be able to bind a privileged port ( <=1024 ) as the server refuses connections coming from unprivileged ports, which in most situations means that root privileges are required.
25+
NOTE: To use this module it is required to be able to bind a privileged port ( <=1024 )
26+
as the server refuses connections coming from unprivileged ports, which in most situations
27+
means that root privileges are required.
2628
},
2729
'Author' =>
2830
[

0 commit comments

Comments
 (0)