Lucene search
+L

Linksys E5600 Router <= 1.1.0.26 Multiple Command Injection Vulnerabilities

🗓️ 14 May 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

Linksys E5600 Router versions up to 1.1.0.26 have multiple command injection vulnerabilities.

Related
Refs
Code
# SPDX-FileCopyrightText: 2025 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:/o:linksys:e5600_firmware";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.128128");
  script_version("2026-05-15T06:47:20+0000");
  script_tag(name:"last_modification", value:"2026-05-15 06:47:20 +0000 (Fri, 15 May 2026)");
  script_tag(name:"creation_date", value:"2025-05-14 13:10:13 +0000 (Wed, 14 May 2025)");
  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.1/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:"2025-05-13 20:19:39 +0000 (Tue, 13 May 2025)");

  script_cve_id("CVE-2025-45487", "CVE-2025-45488", "CVE-2025-45489", "CVE-2025-45490",
                "CVE-2025-45491");

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

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

  script_name("Linksys E5600 Router <= 1.1.0.26 Multiple Command Injection Vulnerabilities");

  script_category(ACT_GATHER_INFO);

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

  script_tag(name:"summary", value:"Linksys E5600 routers are prone to multiple command injection
  vulnerabilities.");

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

  script_tag(name:"insight", value:"The following vulnerabilities exist:

  - CVE-2025-45487: Command injection vulnerability in the runtime.InternetConnection function.

  - CVE-2025-45488: Command injection vulnerability in the runtime.ddnsStatus DynDNS function via
    the mailex parameter.

  - CVE-2025-45489: Command injection vulnerability in the runtime.ddnsStatus DynDNS function via
    the hostname parameter.

  - CVE-2025-45490: Command injection vulnerability in the runtime.ddnsStatus DynDNS function via
    the password parameter.

  - CVE-2025-45491: Command injection vulnerability in the runtime.ddnsStatus DynDNS function via
    the username parameter.");

  script_tag(name:"affected", value:"Linksys E5600 routers with firmware versions 1.1.0.26 and
  prior.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore. General
  solution options are to upgrade to a newer release, disable respective features, remove the
  product or replace the product by another one.

  Note: Depending on SKU Number, the product has reached End of Life (EOL) status between 2021 and
  2024.");

  script_xref(name:"URL", value:"https://de.linksys.com/pages/linksys-product-end-of-life");
  script_xref(name:"URL", value:"https://github.com/JZP018/vuln03/blob/main/linksys/E5600/CI_InternetConnection/CI_InternetConnection.pdf");
  script_xref(name:"URL", value:"https://github.com/JZP018/vuln03/blob/main/linksys/E5600/CI_ddnsStatus_DynDNS_mailex/CI_ddnsStatus_DynDNS_mailex.pdf");
  script_xref(name:"URL", value:"https://github.com/JZP018/vuln03/blob/main/linksys/E5600/CI_ddnsStatus_DynDNS_hostname/CI_ddnsStatus_DynDNS_hostname.pdf");
  script_xref(name:"URL", value:"https://github.com/JZP018/vuln03/blob/main/linksys/E5600/CI_ddnsStatus_DynDNS_password/CI_ddnsStatus_DynDNS_password.pdf");
  script_xref(name:"URL", value:"https://github.com/JZP018/vuln03/blob/main/linksys/E5600/CI_ddnsStatus_DynDNS_username/CI_ddnsStatus_DynDNS_username.pdf");

  exit(0);
}

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

if( ! infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE ) )
  exit( 0 );

vers = infos["version"];
path = infos["location"];

if( version_is_less_equal( version:vers, test_version:"1.1.0.26" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"None", install_path:path );
  security_message( port:0, data:report );
  exit( 0 );
}

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