Default password 'public' for account 'public' (SSH/Telnet) vulnerability chec
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | Default Password (password) for 'admin' Account | 12 Feb 200900:00 | – | nessus |
![]() | Default Password (public) for 'public' Account | 8 Mar 200500:00 | – | nessus |
![]() | Default Password (guest) for 'guest' Account | 20 Feb 200300:00 | – | nessus |
![]() | ACC Tigris Access Terminal Configuration Disclosure | 21 Mar 200000:00 | – | nessus |
![]() | Default Password (toor) for 'root' Account | 5 Mar 200900:00 | – | nessus |
![]() | Default Password 'adminIWSS85' for 'admin' Account | 7 Apr 201700:00 | – | nessus |
![]() | Default Password (satori) for 'rewt' Account | 20 Feb 200300:00 | – | nessus |
![]() | Unpassworded 'backdoor' Account | 20 Feb 200300:00 | – | nessus |
![]() | Pirelli AGE mB Router Default Password (microbusiness) for 'admin' Account | 9 Jul 200400:00 | – | nessus |
![]() | Default Password (12345678) for 'root' Account on MacOS X Server | 7 Jul 200400:00 | – | nessus |
# SPDX-FileCopyrightText: 2005 Michel Arboi
# 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.17290");
script_version("2024-04-24T05:05:32+0000");
script_tag(name:"last_modification", value:"2024-04-24 05:05:32 +0000 (Wed, 24 Apr 2024)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-1999-0383", "CVE-1999-0501", "CVE-1999-0502");
script_name("Default password 'public' for account 'public' (SSH/Telnet)");
script_category(ACT_ATTACK);
script_family("Default Accounts");
script_copyright("Copyright (C) 2005 Michel Arboi");
script_dependencies("find_service.nasl", "telnet.nasl", "ssh_detect.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/telnet", 23, "Services/ssh", 22);
script_exclude_keys("default_credentials/disable_default_account_checks");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121152715/http://www.securityfocus.com/bid/183/");
script_tag(name:"summary", value:"The account 'public' has the password 'public'.");
script_tag(name:"vuldetect", value:"Tries to login via SSH or Telnet with known default
credentials.");
script_tag(name:"impact", value:"An attacker may use it to gain further privileges on this
system.");
script_tag(name:"solution", value:"Set a strong password for this account or disable it.");
script_tag(name:"solution_type", value:"Mitigation");
script_tag(name:"qod_type", value:"remote_vul");
exit(0);
}
if( get_kb_item( "default_credentials/disable_default_account_checks" ) )
exit( 0 );
include("ssh_func.inc");
include("telnet_func.inc");
include("default_account.inc");
include("misc_func.inc");
include("port_service_func.inc");
account = "public";
password = "public";
port = check_account( login:account, password:password );
if( port ) {
security_message( port:port );
exit( 0 );
}
exit( 99 );
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