rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/browser/ultraoffice_httpupload.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method on_request_uri has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def on_request_uri(cli, request)

    # ActiveX parameters
    progid = "Ultra.OfficeControl"
    clsid = "00989888-BB72-4E31-A7C6-5F819C24D2F7"
Severity: Minor
Found in modules/exploits/windows/browser/ultraoffice_httpupload.rb - About 1 hr to fix

    Method initialize has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def initialize(info = {})
        super(update_info(info,
          'Name'           => 'Ultra Shareware Office Control ActiveX HttpUpload Buffer Overflow',
          'Description'    => %q{
              This module exploits a stack-based buffer overflow in Ultra Shareware's Office
    Severity: Minor
    Found in modules/exploits/windows/browser/ultraoffice_httpupload.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status