Default Password '0p3nm35h' for 'root' Account, allows unauthorized access, may lead to total control
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
Tenable Nessus | Default Password '54321' for 'admin' Account | 28 Oct 201600:00 | – | nessus |
Tenable Nessus | Default Password (oracle) for 'oracle' Account | 6 Feb 200700:00 | – | nessus |
Tenable Nessus | Default Password '666666' for '666666' Account | 28 Oct 201600:00 | – | nessus |
Tenable Nessus | Default Password 'password' for 'admin1' Account | 28 Oct 201600:00 | – | nessus |
Tenable Nessus | Default Password 'klv1234' for 'root' Account | 28 Oct 201600:00 | – | nessus |
Tenable Nessus | Default Password (netoptics) for 'admin' Account | 23 Oct 201300:00 | – | nessus |
Tenable Nessus | Default Password (changeme) for 'splunkadmin' Account | 4 Feb 201500:00 | – | nessus |
Tenable Nessus | Default Password '666666' for 'root' Account | 28 Oct 201600:00 | – | nessus |
Tenable Nessus | Default Password (changemenow) for 'root' Account | 4 Feb 201500:00 | – | nessus |
Tenable Nessus | Default Password '1234' for 'administrator' Account | 28 Oct 201600:00 | – | nessus |
Source | Link |
---|---|
nessus | www.nessus.org/u |
cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
account = "root";
password = "0p3nm35h";
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(48274);
script_version("1.12");
script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");
script_cve_id("CVE-1999-0502");
script_name(english:"Default Password (0p3nm35h) for 'root' Account");
script_set_attribute(attribute:"synopsis", value:
"An account on the remote host uses a known password.");
script_set_attribute(attribute:"description", value:
"The account 'root' on the remote host has the password '0p3nm35h'.
An attacker may leverage this issue to gain total control of the
affected system.
Note that some network devices are known to use these credentials by
default.");
# https://web.archive.org/web/20101029225701/http://robin-mesh.wik.is/Howto/Router_Access/SSH_Access
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?6d0967a9");
script_set_attribute(attribute:"solution", value:
"Set a strong password for this account or disable it.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"metasploit_name", value:'SSH User Code Execution');
script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
script_set_attribute(attribute:"plugin_publication_date", value:"2010/08/09");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"default_account", value:"true");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Default Unix Accounts");
script_copyright(english:"This script is Copyright (C) 2010-2022 Tenable Network Security, Inc.");
script_dependencies("ssh_detect.nasl", "account_check.nasl", "telnetserver_detect_type_nd_version.nasl");
script_exclude_keys("global_settings/supplied_logins_only");
script_require_ports("Services/telnet", 23, "Services/ssh", 22);
exit(0);
}
#
# The script code starts here :
#
include("audit.inc");
include("default_account.inc");
include("global_settings.inc");
if (supplied_logins_only) audit(AUDIT_SUPPLIED_LOGINS_ONLY);
if (! thorough_tests && ! get_kb_item("Settings/test_all_accounts"))
exit(0, "Neither thorough_tests nor 'Settings/test_all_accounts' is set.");
affected = FALSE;
ssh_ports = get_service_port_list(svc: "ssh", default:22);
foreach port (ssh_ports)
{
port = check_account(login:account, password:password, port:port, svc:"ssh");
if (port)
{
affected = TRUE;
security_report_v4(port:port, severity:SECURITY_HOLE, extra:default_account_report());
}
}
if(affected) exit(0);
telnet_ports = get_service_port_list(svc: "telnet", default:23);
foreach port (telnet_ports)
{
port = check_account(login:account, password:password, port:port, svc:"telnet");
if (port)
{
affected = TRUE;
security_report_v4(port:port, severity:SECURITY_HOLE, extra:default_account_report());
}
}
if(!affected) audit(AUDIT_HOST_NOT, "affected");
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo