Skip to content

Commit 0aea4a8

Browse files
committed
An SEH? A SEH?
1 parent 1b4f4fd commit 0aea4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/ftp/kmftp_utility_cwd.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Konica Minolta FTP Utility 1.00 Post Auth CWD Command SEH Overflow',
1717
'Description' => %q{
18-
This module exploits a SEH overflow in Konica Minolta FTP Server 1.00.
18+
This module exploits an SEH overflow in Konica Minolta FTP Server 1.00.
1919
Konica Minolta FTP fails to check input size when parsing 'CWD' commands, which
20-
leads to a SEH overflow. Konica FTP allows anonymous access by default; valid
20+
leads to an SEH overflow. Konica FTP allows anonymous access by default; valid
2121
credentials are typically unnecessary to exploit this vulnerability.
2222
},
2323
'Author' =>

0 commit comments

Comments
 (0)