rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/misc/allmediaserver_bof.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'ALLMediaServer 0.8 Buffer Overflow',
      'Description'    => %q{
        This module exploits a stack buffer overflow in ALLMediaServer 0.8. The vulnerability
Severity: Major
Found in modules/exploits/windows/misc/allmediaserver_bof.rb - About 2 hrs to fix

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

      def exploit
        #with help from mona :)
        rop = [
          nops(true, 12),  #ROP NOP
          0x65f6faa7,      # POP EAX # RETN
    Severity: Minor
    Found in modules/exploits/windows/misc/allmediaserver_bof.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status