rapid7/metasploit-framework

View on GitHub
modules/exploits/windows/fileformat/mediacoder_m3u.rb

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

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

      def exploit
        # fixed rop from mona.py :)
        rop_gadgets =
        [
          nops(true,35),    # ROP NOP
    Severity: Minor
    Found in modules/exploits/windows/fileformat/mediacoder_m3u.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status