Lucene search

K
openvasCopyright (C) 2021 Greenbone Networks GmbHOPENVAS:1361412562310117530
HistoryJul 02, 2021 - 12:00 a.m.

Western Digital My Book Live End of Life (EOL) Detection

2021-07-0200:00:00
Copyright (C) 2021 Greenbone Networks GmbH
plugins.openvas.org
2

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.08 Low

EPSS

Percentile

94.3%

The remote Western Digital My Book Live device has reached the
End of Life (EOL) / End of Updates (EOU) and should not be used anymore.

# Copyright (C) 2021 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

CPE = "cpe:/o:western_digital:my_book_live_firmware";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.117530");
  script_version("2021-08-26T13:01:12+0000");
  script_cve_id("CVE-2018-18472", "CVE-2021-35941");
  script_tag(name:"last_modification", value:"2021-08-26 13:01:12 +0000 (Thu, 26 Aug 2021)");
  script_tag(name:"creation_date", value:"2021-07-02 08:35:41 +0000 (Fri, 02 Jul 2021)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-06-25 10:15:00 +0000 (Fri, 25 Jun 2021)");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Western Digital My Book Live End of Life (EOL) Detection");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2021 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_wd_mybook_live_http_detect.nasl");
  script_mandatory_keys("western_digital/mybook_live/detected");

  script_xref(name:"URL", value:"https://support-en.wd.com/app/answers/detail/a_id/28740");
  script_xref(name:"URL", value:"https://www.westerndigital.com/support/productsecurity/wdc-21008-recommended-security-measures-wd-mybooklive-wd-mybookliveduo");

  script_tag(name:"summary", value:"The remote Western Digital My Book Live device has reached the
  End of Life (EOL) / End of Updates (EOU) and should not be used anymore.");

  script_tag(name:"insight", value:"At least the following unfixed vulnerabilities exist
  affecting My Book Live and My Book Live Duo (all versions):

  - CVE-2018-18472: root remote command execution vulnerability

  affecting My Book Live (2.x and later) and My Book Live Duo (all versions):

  - CVE-2021-35941: unauthenticated factory reset vulnerability

  - No CVE: remotely exploitable command injection vulnerability when the device has remote access
  enabled");

  script_tag(name:"impact", value:"An EOL / EOU My Book Live device is not receiving any security
  updates from the vendor. Unfixed security vulnerabilities might be leveraged by an attacker to
  compromise the security of this host.");

  script_tag(name:"solution", value:"Replace the device by a still supported one.");

  script_tag(name:"vuldetect", value:"Checks if the target host is a My Book Live device which has
  reached the EOL / EOU.");

  exit(0);
}

include("host_details.inc");
include("misc_func.inc");

if( ! get_app_location( cpe:CPE, nofork:TRUE, skip_port:TRUE ) )
  exit( 0 );

report = build_eol_message( name:"Western Digital My Book Live",
                            cpe:CPE,
                            eol_date:"Received final firmware update in 2015",
                            eol_url:"https://support-en.wd.com/app/answers/detail/a_id/28740",
                            eol_version:"All versions",
                            eol_type:"prod",
                            skip_version:TRUE );
security_message( port:0, data:report );
exit( 0 );

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.08 Low

EPSS

Percentile

94.3%