Skip to content

Commit f65e2ea

Browse files
committed
description spacing
1 parent 90574b8 commit f65e2ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/exploits/windows/ftp/freefloatftp_user.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ def initialize(info = {})
1717
super(update_info(info,
1818
'Name' => 'Free Float FTP Server USER Command Buffer Overflow',
1919
'Description' => %q{
20-
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.
20+
Freefloat FTP Server is prone to an overflow condition. It
21+
fails to properly sanitize user-supplied input resulting in a
22+
stack-based buffer overflow. With a specially crafted 'USER'
23+
command, a remote attacker can potentially have an unspecified
24+
impact.
2125
},
2226
'Platform' => 'win',
2327
'Author' =>

0 commit comments

Comments
 (0)