rapid7/metasploit-framework

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'MS10-018 Microsoft Internet Explorer Tabular Data Control ActiveX Memory Corruption',
      'Description'    => %q{
          This module exploits a memory corruption vulnerability in the Internet Explorer
Severity: Minor
Found in modules/exploits/windows/browser/ms10_018_ie_tabular_activex.rb - About 1 hr to fix

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

      def on_request_uri(cli, request)
    
        # Re-generate the payload
        return if ((p = regenerate_payload(cli)) == nil)
    
    
    Severity: Minor
    Found in modules/exploits/windows/browser/ms10_018_ie_tabular_activex.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status