rapid7/metasploit-framework

View on GitHub
modules/exploits/multi/http/apache_roller_ognl_injection.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Apache Roller OGNL Injection',
      'Description'    => %q{
        This module exploits an OGNL injection vulnerability in Apache Roller < 5.0.2. The
Severity: Minor
Found in modules/exploits/multi/http/apache_roller_ognl_injection.rb - About 1 hr to fix

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

      def exploit
    
        print_status("Checking injection...")
    
        if check == Exploit::CheckCode::Vulnerable
    Severity: Minor
    Found in modules/exploits/multi/http/apache_roller_ognl_injection.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status