Grandstream Devices Backdoor Credentials (Telnet)
🗓️ 11 Jun 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 61 Views
| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| CVE-2013-3542 | 10 Mar 202410:41 | – | circl | |
| CVE-2013-3963 | 12 Jun 201300:00 | – | circl | |
| CVE-2013-3542 | 11 Dec 201918:07 | – | cve | |
| CVE-2013-3962 | 1 Oct 201319:00 | – | cve | |
| CVE-2013-3963 | 1 Oct 201319:00 | – | cve | |
| CVE-2013-3542 | 11 Dec 201918:07 | – | cvelist | |
| CVE-2013-3962 | 1 Oct 201319:00 | – | cvelist | |
| CVE-2013-3963 | 1 Oct 201319:00 | – | cvelist | |
| Grandstream Multiple IP Cameras - Cross-Site Request Forgery | 12 Jun 201300:00 | – | exploitdb | |
| EUVD-2013-3477 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| seclists | www.seclists.org/fulldisclosure/2013/Jun/84 |
# SPDX-FileCopyrightText: 2013 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.103737");
script_version("2023-07-27T05:05:08+0000");
script_cve_id("CVE-2013-3542", "CVE-2013-3962", "CVE-2013-3963");
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_name("Grandstream Devices Backdoor Credentials (Telnet)");
script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2013/Jun/84");
script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-12-19 20:21:00 +0000 (Thu, 19 Dec 2019)");
script_tag(name:"creation_date", value:"2013-06-11 14:29:08 +0200 (Tue, 11 Jun 2013)");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Default Accounts");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("telnetserver_detect_type_nd_version.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/telnet", 23);
script_exclude_keys("default_credentials/disable_default_account_checks");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the
disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to
upgrade to a newer release, disable respective features, remove the product or replace the product by
another one.");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"summary", value:"The remote Grandstream device has the default telnet user and password '!#/'.");
exit(0);
}
if(get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("telnet_func.inc");
include("misc_func.inc");
include("port_service_func.inc");
port = telnet_get_port( default:23 );
soc = open_sock_tcp(port);
if(!soc)
exit(0);
buf = recv(socket:soc, length:512);
if("grandstream" >!< buf || "Username" >!< buf)
exit(0);
up = '!#/';
send(socket:soc, data:up + '\r\n');
ret = recv(socket:soc, length:512);
if("Password" >!< ret)
exit(0);
send(socket:soc, data:up + '\r\n');
ret = recv(socket:soc, length:512);
close(soc);
if("Grandstream>" >< ret) {
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
27 Jul 2023 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 3.110
CVSS 210
EPSS0.02602