rapid7/metasploit-framework

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'RealNetworks RealPlayer Version Attribute Buffer Overflow',
      'Description'    => %q{
        This module exploits a stack-based buffer overflow vulnerability in
Severity: Major
Found in modules/exploits/windows/fileformat/realplayer_ver_attribute_bof.rb - About 2 hrs to fix

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

      def exploit
    
        rop_nop =
        [
          0x77c1c552   # RETN (ROP NOP) [msvcrt.dll]
    Severity: Minor
    Found in modules/exploits/windows/fileformat/realplayer_ver_attribute_bof.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status