Inim SmartLAN Hardcoded Credentials (FTP)
🗓️ 17 Dec 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType
openvas🔗 plugins.openvas.org👁 45 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2019-25291 | 7 Jan 202623:10 | – | attackerkb | |
| CVE-2019-25291 | 8 Jan 202601:50 | – | circl | |
| Inim SmartLiving SmartLAN/SI,Inim SmartLiving SmartLAN/G 信任管理问题漏洞 | 8 Jan 202600:00 | – | cnnvd | |
| CVE-2019-25291 | 7 Jan 202623:10 | – | cve | |
| CVE-2019-25291 INIM Electronics Smartliving SmartLAN/G/SI <=6.x Hard-coded Credentials Vulnerability | 7 Jan 202623:10 | – | cvelist | |
| CVE-2019-25291 | 8 Jan 202600:15 | – | nvd | |
| SSH Brute Force Logins With Default Credentials Reporting | 2 Nov 201600:00 | – | openvas | |
| Inim SmartLAN Hardcoded Credentials (Telnet) | 17 Dec 201900:00 | – | openvas | |
| PT-2026-1683 | 7 Jan 202600:00 | – | ptsecurity | |
| CVE-2019-25291 INIM Electronics Smartliving SmartLAN/G/SI <=6.x Hard-coded Credentials Vulnerability | 7 Jan 202623:10 | – | vulnrichment |
| Source | Link |
|---|---|
| zeroscience | www.zeroscience.mk/en/vulnerabilities/ZSL-2019-5546.php |
# SPDX-FileCopyrightText: 2019 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.143259");
script_version("2026-01-21T05:50:46+0000");
script_tag(name:"last_modification", value:"2026-01-21 05:50:46 +0000 (Wed, 21 Jan 2026)");
script_tag(name:"creation_date", value:"2019-12-17 03:16:07 +0000 (Tue, 17 Dec 2019)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2026-01-08 00:15:59 +0000 (Thu, 08 Jan 2026)");
script_cve_id("CVE-2019-25291");
script_tag(name:"qod_type", value:"exploit");
script_tag(name:"solution_type", value:"WillNotFix");
script_name("Inim SmartLAN Hardcoded Credentials (FTP)");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Default Accounts");
script_dependencies("ftpserver_detect_type_nd_version.nasl",
"gb_default_credentials_options.nasl");
script_mandatory_keys("ftp/vftpd/detected");
script_require_ports("Services/ftp", 21);
script_exclude_keys("default_credentials/disable_default_account_checks");
script_tag(name:"summary", value:"SmartLAN devices utilize hardcoded credentials within its Linux
distribution image.");
script_tag(name:"vuldetect", value:"The script tries to login via FTP with the default
credentials.");
script_tag(name:"insight", value:"The devices utilize hard-coded credentials within its Linux
distribution image. These sets of credentials are never exposed to the end-user and cannot be
changed through any normal operation of the smart home device.");
script_tag(name:"impact", value:"An attacker could exploit this vulnerability by logging in and
gain system access.");
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_xref(name:"URL", value:"https://www.zeroscience.mk/en/vulnerabilities/ZSL-2019-5546.php");
exit(0);
}
if (get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("ftp_func.inc");
include("port_service_func.inc");
port = ftp_get_port(default: 21);
banner = ftp_get_banner(port: port);
# SmartLAN includes Virtual FTPd
if (!banner || "vftpd" >!< banner)
exit(0);
creds = make_array("root", "pass",
"logout", "logout");
found = make_array();
foreach user (keys(creds)) {
soc = ftp_open_socket(port: port);
if (!soc)
continue;
if (ftp_authenticate(socket: soc, user: user, pass: creds[user]))
found[user] = creds[user];
ftp_close(socket: soc);
}
foreach user (keys(found))
report += '\nUsername: ' + user + " Password: " + found[user];
if (report) {
report = 'It was possible to login with the following credentials:\n' + report;
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
21 Jan 2026 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 3.17.5
CVSS 49.3
EPSS0.00373
SSVC