Rapid7 Vulnerability & Exploit Database

Microsoft IIS FTP Server Encoded Response Overflow Trigger

Back to Search

Microsoft IIS FTP Server Encoded Response Overflow Trigger

Disclosed
12/21/2010
Created
05/30/2018

Description

This module triggers a heap overflow when processing a specially crafted FTP request containing Telnet IAC (0xff) bytes. When constructing the response, the Microsoft IIS FTP Service overflows the heap buffer with 0xff bytes. This issue can be triggered pre-auth and may in fact be exploitable for remote code execution.

Author(s)

  • Matthew Bergin
  • jduck <jduck@metasploit.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/dos/windows/ftp/iis75_ftpd_iac_bof
msf auxiliary(iis75_ftpd_iac_bof) > show actions
    ...actions...
msf auxiliary(iis75_ftpd_iac_bof) > set ACTION < action-name >
msf auxiliary(iis75_ftpd_iac_bof) > show options
    ...show and set options...
msf auxiliary(iis75_ftpd_iac_bof) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;