Skip to content

Commit 90574b8

Browse files
committed
added description
1 parent 6e6b98e commit 90574b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/windows/ftp/freefloatftp_user.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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.
2021
},
2122
'Platform' => 'win',
2223
'Author' =>

0 commit comments

Comments
 (0)