description spacing
parent
90574b869f
commit
f65e2ea923
|
@ -17,7 +17,11 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
super(update_info(info,
|
||||
'Name' => 'Free Float FTP Server USER Command Buffer Overflow',
|
||||
'Description' => %q{
|
||||
Freefloat FTP Server is prone to an overflow condition. It fails to properly sanitize user-supplied input resulting in a stack-based buffer overflow. With a specially crafted 'USER' command, a remote attacker can potentially have an unspecified impact.
|
||||
Freefloat FTP Server is prone to an overflow condition. It
|
||||
fails to properly sanitize user-supplied input resulting in a
|
||||
stack-based buffer overflow. With a specially crafted 'USER'
|
||||
command, a remote attacker can potentially have an unspecified
|
||||
impact.
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Author' =>
|
||||
|
|
Loading…
Reference in New Issue