rapid7/metasploit-framework

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info={})
    super(update_info(info,
      'Name'           => "Aviosoft Digital TV Player Professional 1.0 Stack Buffer Overflow",
      'Description'    => %q{
            This module exploits a vulnerability found in Aviosoft Digital TV Player
Severity: Minor
Found in modules/exploits/windows/fileformat/aviosoft_plf_buf.rb - About 1 hr to fix

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

      def exploit
        rop = [
          nops(true, 10),  #ROP NOP
          0x6405347a,      #POP EDX # RETN (MediaPlayerCtrl.dll)
          0x10011108,      #ptr to &VirtualProtect
    Severity: Minor
    Found in modules/exploits/windows/fileformat/aviosoft_plf_buf.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status