CVE-2011-5010
published 2011-12-25CVE-2011-5010: apps/a3/cfg_ethping.cgi in the Ctek SkyRouter 4200 and 4300 allows remote attackers to execute arbitrary commands via shell metacharacters in the PINGADDRESS…
PriorityP179critical10CVSS 2.0
AVNACLAuNCCICAC
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
66.38%
99.2th percentile
apps/a3/cfg_ethping.cgi in the Ctek SkyRouter 4200 and 4300 allows remote attackers to execute arbitrary commands via shell metacharacters in the PINGADDRESS parameter for a "u" action.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| ctekproducts | skyrouter | — | — |
| ctekproducts | skyrouter | — | — |
Detection & IOCsextracted from sources · hover to see the quote
commandPOST /apps/a3/cfg_ethping.cgi with data: MYLINK=%2Fapps%2Fa3%2Fcfg_ethping.cgi&CMD=u&PINGADDRESS=;<payload>+%26↗
- →Detect POST requests to /apps/a3/cfg_ethping.cgi containing shell metacharacters (e.g., ';', '&') in the PINGADDRESS parameter, which indicates command injection exploitation. ↗
- →Look for POST requests where the CMD parameter is set to 'u' and PINGADDRESS contains URL-encoded shell metacharacters such as %3B (';') or %26 ('&'). ↗
- →The exploit requires no authentication; flag any unauthenticated POST to cfg_ethping.cgi on CTEK SkyRouter devices as high-priority. ↗
- →Payload delivery relies on cmd-type payloads including perl, telnet, netcat-e, or bash reverse shells; monitor for outbound connections spawned from the CGI process. ↗
- ·The vulnerable parameter is PINGADDRESS with CMD=u action; other CMD values may not trigger the injection path. ↗
- ·The Metasploit module disables NOPs and limits payload space to 1024 bytes; payloads must be of type 'cmd' (generic, perl, telnet, netcat-e, or bash). ↗
CVSS provenance
nvdv2.010.0CRITICALAV:N/AC:L/Au:N/C:C/I:C/A:C
vulncheck10.0CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-c8pc-9wvq-8c7r: apps/a3/cfg_ethping
ghsa_unreviewed·2022-05-17
CVE-2011-5010 [HIGH] GHSA-c8pc-9wvq-8c7r: apps/a3/cfg_ethping
apps/a3/cfg_ethping.cgi in the Ctek SkyRouter 4200 and 4300 allows remote attackers to execute arbitrary commands via shell metacharacters in the PINGADDRESS parameter for a "u" action.
VulnCheck
Ctek SkyRouter 4200 and 4300 apps/a3/cfg_ethping.cgi Arbitrary Command Execution
vulncheck·2011·CVSS 10.0
CVE-2011-5010 [CRITICAL] Ctek SkyRouter 4200 and 4300 apps/a3/cfg_ethping.cgi Arbitrary Command Execution
Ctek SkyRouter 4200 and 4300 apps/a3/cfg_ethping.cgi Arbitrary Command Execution
apps/a3/cfg_ethping.cgi in the Ctek SkyRouter 4200 and 4300 allows remote attackers to execute arbitrary commands via shell metacharacters in the PINGADDRESS parameter for a "u" action.
Affected: ctekproducts skyrouter
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://www.researchgate.net/publication/348602660_An_analysis_of_the_use_of_CVEs_by_IoT_malware; https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/honeypot-recon-enterprise-applications-honeypot-unveiling-findings-from-six-worldwide-locations/; https://dashboard.shadowserver.org/statistics/honeypot/
No detection rules found.
Exploit-DB
CTEK SkyRouter 4200/4300 - Command Execution (Metasploit)
exploitdb·2011-11-30
CVE-2011-5010 CTEK SkyRouter 4200/4300 - Command Execution (Metasploit)
CTEK SkyRouter 4200/4300 - Command Execution (Metasploit)
---
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 'CTEK SkyRouter 4200 and 4300 Command Execution',
'Description' => %q{
This module exploits an unauthenticated remote root exploit within ctek SkyRouter 4200 and 4300.
},
'Author' => [ 'savant42' ], #with module help from kos
'License' => MSF_LICENSE,
'References' => [ 'URL', 'http://dev.metasploit.com/redmine/issues/5610'],
'Privileged' => false,
'Payload' =>
{
'DisableNops' => true,
'Space' => 1024,
'Compat' =>
{
'PayloadType' => 'cmd'
Exploit-DB
Nokia MultiMedia Player 1.0 - Local Overflow (SEH Unicode)
exploitdb·2011-01-11
CVE-2011-0498 Nokia MultiMedia Player 1.0 - Local Overflow (SEH Unicode)
Nokia MultiMedia Player 1.0 - Local Overflow (SEH Unicode)
---
# Exploit Title: Nokia Multimedia player SEH Unicode
# Date: January 11 2011
# Author: Carlos Mario Penagos Hollmann
# Software Link: http://www.brothersoft.com/nokia-multimedia-player-download-46238.html
# Version: 1.00.55.5010
# Tested on: Windows xp sp3 running on VMware Fusion 3.1 and VirtualBox 3.2.8
# mail----> shogilord^gmail.com spams are welcome!!!!!
# ________ _ _________ ____ __ _____ ________
# / ____/ / | | / / ____/ | / / //_// _/ | / / ____/
# / __/ / / | | / / __/ / |/ / ,< / // |/ / / __
# / /___/ /___| |/ / /___/ /| / /| |_/ // /| / /_/ /
#/_____/_____/|___/_____/_/ |_/_/ |_/___/_/ |_/\____/
# COLOMBIA hacking presents.............
#
# Dont be afraid of unicode my young padawan
#
# Big Thanks to sud0 !!
Metasploit
CTEK SkyRouter 4200 and 4300 Command Execution
metasploit
CTEK SkyRouter 4200 and 4300 Command Execution
CTEK SkyRouter 4200 and 4300 Command Execution
This module exploits an unauthenticated remote root exploit within ctek SkyRouter 4200 and 4300.
Unit42
Mirai Variant ECHOBOT Resurfaces with 13 Previously Unexploited Vulnerabilities
blogs_unit42·2019-12-13
Mirai Variant ECHOBOT Resurfaces with 13 Previously Unexploited Vulnerabilities
Threat Research Center
Threat Research
Malware
## Mirai Variant ECHOBOT Resurfaces with 13 Previously Unexploited Vulnerabilities
Ruchna Nigam
Published: December 13, 2019
Malware
Threat Research
Vulnerabilities
Echobot
IoT
IoT Vulnerability
Mirai
Mirai variant
## Executive Summary
Since the discovery of the Mirai variant using the binary name ECHOBOT in May 2019, it has resurfaced from time to time, using new infrastructure, and more remarkably, adding to the list of vulnerabilities it scans for, as a means to increase its attack surface with each evolution.
Unlike other Mirai variants, this particular variant stands out for the sheer number of exploits it incorporates, with the latest version having a total of 71 unique exploits, 13 of which haven’t been seen exploite
Unit42
Mirai Variant ECHOBOT Resurfaces with 13 Previously Unexploited Vulnerabilities
blogs_unit42·2019-12-13
Mirai Variant ECHOBOT Resurfaces with 13 Previously Unexploited Vulnerabilities
## Executive Summary
Since the discovery of the Mirai variant using the binary name ECHOBOT in May 2019, it has resurfaced from time to time, using new infrastructure, and more remarkably, adding to the list of vulnerabilities it scans for, as a means to increase its attack surface with each evolution.
Unlike other Mirai variants, this particular variant stands out for the sheer number of exploits it incorporates, with the latest version having a total of 71 unique exploits, 13 of which haven’t been seen exploited in the wild until now, ranging from extremely old CVEs from as long back as 2003, to recent vulnerabilities made public as recently as early December 2019. Based on this seemingly odd choice, one could risk a guess that the attackers could potentially be aiming for the sweet sp
http://dev.metasploit.com/redmine/issues/5610http://osvdb.org/77497http://secunia.com/advisories/47003http://www.exploit-db.com/exploits/18172http://www.securityfocus.com/bid/50867http://dev.metasploit.com/redmine/issues/5610http://osvdb.org/77497http://secunia.com/advisories/47003http://www.exploit-db.com/exploits/18172http://www.securityfocus.com/bid/50867
2011-12-25
Published
Exploited in the wild