Dell Netvault Denial Of Service Vulnerability
🗓️ 04 Aug 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Dell Netvault Backup 10.0.1.24 - Denial of Service Exploit | 9 Aug 201500:00 | – | zdt | |
| Dell NetVault Backup Denial of Service Vulnerability | 8 Aug 201500:00 | – | cnvd | |
| Dell NetVault Backup Denial of Service (CVE-2015-5696) | 1 Oct 201500:00 | – | checkpoint_advisories | |
| CVE-2015-5696 | 14 Aug 201518:00 | – | cve | |
| CVE-2015-5696 | 14 Aug 201518:00 | – | cvelist | |
| Dell Netvault Backup 10.0.1.24 - Denial of Service | 7 Aug 201500:00 | – | exploitdb | |
| Dell Netvault Backup 10.0.1.24 - Denial of Service | 7 Aug 201500:00 | – | exploitpack | |
| Dell NetVault Backup 10.0.x < 10.0.5 RCE | 5 Jun 201500:00 | – | nessus | |
| CVE-2015-5696 | 14 Aug 201518:59 | – | nvd | |
| Dell Netvault Backup 10.0.1.24 Denial Of Service | 30 Jul 201500:00 | – | packetstorm |
10
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.com/files/132928/ |
| software | www.software.dell.com/ |
| scip | www.scip.ch/en/ |
| seclists | www.seclists.org/bugtraq/2015/Jul/142 |
# SPDX-FileCopyrightText: 2015 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
CPE = "cpe:/a:dell:netvault_backup";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.806003");
script_version("2023-07-25T05:05:58+0000");
script_cve_id("CVE-2015-5696");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2015-08-04 16:15:42 +0530 (Tue, 04 Aug 2015)");
script_tag(name:"qod_type", value:"remote_banner");
script_name("Dell Netvault Denial Of Service Vulnerability");
script_tag(name:"summary", value:"Dell Netvault Backup is prone to a denial of service (DoS) vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw exists due to insufficient
validation of user-supplied input which cause the 'nvpmgr.exe' process on an
affected system to crash.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to cause denial of service vulnerability (crash).");
script_tag(name:"affected", value:"Dell Netvault Backup versions 10.0.1.24
and probably prior");
script_tag(name:"solution", value:"Upgrade to Dell Netvault Backup version
10.0.5 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.scip.ch/en/?vuldb.76847");
script_xref(name:"URL", value:"http://seclists.org/bugtraq/2015/Jul/142");
script_xref(name:"URL", value:"https://packetstormsecurity.com/files/132928/");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_dell_netvault_backup_detect.nasl");
script_mandatory_keys("dell/netvaultbackup/installed");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"http://software.dell.com");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if(!netPort = get_app_port(cpe:CPE)){
exit(0);
}
if(!netVer = get_app_version(cpe:CPE, port:netPort)){
exit(0);
}
if(version_is_less_equal(version:netVer, test_version:"10.0.1.24"))
{
report = 'Installed Version: ' +netVer+ '\n' +
'Fixed Version: '+"10.0.5"+ '\n';
security_message(data:report, port:netPort);
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
25 Jul 2023 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25
EPSS0.08177