HP D2D/StorOnce Storage Unit Backdoor (SSH)
🗓️ 25 Jun 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 88 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Default Password (badg3r5) for 'HPSupport' Account | 27 Jun 201300:00 | – | nessus | |
| CVE-2013-2342 | 29 Jun 201301:00 | – | cve | |
| CVE-2013-2342 | 29 Jun 201301:00 | – | cvelist | |
| EUVD-2013-2288 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-2342 | 30 Jun 201319:27 | – | nvd | |
| Default credentials | 30 Jun 201319:27 | – | prion | |
| CVE-2013-2342 | 22 May 202504:41 | – | redhatcve | |
| [security bulletin] HPSBST02890 rev.2 - HP StoreOnce D2D Backup System, Remote Unauthorized Access and Modification | 10 Jul 201300:00 | – | securityvulns | |
| HP StoreOnce D2D unauthorized access | 10 Jul 201300:00 | – | securityvulns |
| Source | Link |
|---|---|
| lolware | www.lolware.net/hpstorage.html |
# 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.103746");
script_version("2023-12-20T05:05:58+0000");
script_tag(name:"cvss_base", value:"7.7");
script_tag(name:"cvss_base_vector", value:"AV:A/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2023-12-20 05:05:58 +0000 (Wed, 20 Dec 2023)");
script_tag(name:"creation_date", value:"2013-06-25 14:06:35 +0200 (Tue, 25 Jun 2013)");
script_cve_id("CVE-2013-2342");
script_name("HP D2D/StorOnce Storage Unit Backdoor (SSH)");
script_category(ACT_ATTACK);
script_family("Default Accounts");
script_copyright("Copyright (C) 2013 Greenbone AG");
script_dependencies("ssh_detect.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/ssh", 22);
script_mandatory_keys("ssh/server_banner/available");
script_exclude_keys("default_credentials/disable_default_account_checks");
script_xref(name:"URL", value:"http://www.lolware.net/hpstorage.html");
script_tag(name:"summary", value:"HP D2D/StorOnce Storage Units are prone to a security-bypass
vulnerability.");
script_tag(name:"insight", value:"The HP D2D/StorOnce Storage Units contains a backdoor. SSH
access is all that's required to remotely compromise HP StoreOnce backup systems. Entering the
user name 'HPSupport' and the password 'badg3r5' causes the system to open an undocumented
administrator account.");
script_tag(name:"solution", value:"Disable SSH access or disallow remote SSH access from outside
your network.");
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("misc_func.inc");
include("port_service_func.inc");
port = ssh_get_port( default:22 );
if( ssh_dont_try_login( port:port ) )
exit( 0 );
# nb: No need to continue/start if we haven't received any banner...
if( ! ssh_get_serverbanner( port:port ) )
exit( 0 );
# Exit if any random user/pass pair is accepted by the SSH service.
if( ssh_broken_random_login( port:port ) )
exit( 0 );
if( ! soc = open_sock_tcp( port ) )
exit( 0 );
login = "HPSupport";
pass = "badg3r5";
login = ssh_login( socket:soc, login:login, password:pass );
if( login == 0 ) {
security_message( port:port );
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
20 Dec 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 27.7
EPSS0.0082