Lucene search
+L

Linksys E1500/E2500 Multiple Vulnerabilities

🗓️ 02 Nov 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

Linksys E1500/E2500 Multiple Vulnerabilities, IoT Botnet 'Reaper' exploi

Refs
Code
# SPDX-FileCopyrightText: 2017 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.107202");
  script_version("2023-07-14T16:09:27+0000");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"creation_date", value:"2017-11-02 11:57:11 +0530 (Thu, 02 Nov 2017)");

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

  script_name("Linksys E1500/E2500 Multiple Vulnerabilities");

  script_tag(name:"summary", value:"Linksys E1500/E2500 devices are prone to multiple
  vulnerabilities.

  This vulnerability was known to be exploited by the IoT Botnet 'Reaper' in 2017.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The vulnerability is caused by missing input validation in the
  ping_size parameter and can be exploited to inject and execute arbitrary shell commands.");

  script_tag(name:"impact", value:"The attacker can start a telnetd or upload and execute a backdoor
  to compromise the device.");

  script_tag(name:"affected", value:"Linksys E1500 v1.0.00 build 9, v1.0.04 build 2, v1.0.05 build 1
  and Linksys E2500 v1.0.03, probably all versions up to 2.0.00.");

  script_tag(name:"solution", value:"Update the firmware to version 1.0.06 build 1 for the E1500
  model. Update the firmware to version 2.0.00 build 1 for the E2500 model.");

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

  script_xref(name:"URL", value:"http://www.s3cur1ty.de/m1adv2013-004");
  script_xref(name:"URL", value:"http://blog.netlab.360.com/iot_reaper-a-rappid-spreading-new-iot-botnet-en/");
  script_xref(name:"URL", value:"https://community.linksys.com/t5/Wireless-Routers/Re-Reaper-Botnet-Vulnerability/td-p/1224368");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_linksys_devices_consolidation.nasl");
  script_mandatory_keys("linksys/detected");

  exit(0);
}

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

cpe_list = make_list("cpe:/o:linksys:e1500_firmware",
                     "cpe:/o:linksys:e2500_firmware");

if (!infos = get_app_version_from_list(cpe_list: cpe_list, nofork: TRUE))
  exit(0);

cpe = infos["cpe"];
version = infos["version"];

if (cpe == "cpe:/o:linksys:e1500_firmware") {
  if (version_is_less(version: version, test_version: "1.0.06")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "1.0.06 build 1");
    security_message(port: 0, data: report);
    exit(0);
  }
}

else if (cpe == "cpe:/o:linksys:e2500_firmware") {
  if (version_is_less(version: version, test_version: "2.0.00")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "2.0.00 build 1");
    security_message(port: 0, data: report);
    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