Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310811881
HistoryOct 25, 2017 - 12:00 a.m.

TP-Link TL-MR3220 XSS Vulnerability (CVE-2017-15291)

2017-10-2500:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
29

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

45.4%

TP-Link TL-MR3220 Wireless N Router is prone to a cross-site scripting (XSS) vulnerability.

# 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:/h:tp-link:wireless-n_router";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811881");
  script_version("2023-06-22T10:34:15+0000");
  script_cve_id("CVE-2017-15291");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-06-22 10:34:15 +0000 (Thu, 22 Jun 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-11-07 20:20:00 +0000 (Tue, 07 Nov 2017)");
  script_tag(name:"creation_date", value:"2017-10-25 15:11:30 +0530 (Wed, 25 Oct 2017)");
  script_name("TP-Link TL-MR3220 XSS Vulnerability (CVE-2017-15291)");

  script_tag(name:"summary", value:"TP-Link TL-MR3220 Wireless N Router is prone to a cross-site scripting (XSS) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists due to an insufficient
  validation of user supplied input via Description field in Wireless MAC
  Filtering page.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  users to execute arbitrary script code in the browser of an unsuspecting user
  in the context of the affected site. This may allow the attacker to steal
  cookie-based authentication credentials and launch other attacks.");

  script_tag(name:"affected", value:"TP-LINK TL-MR3220");

  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.");

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

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

  script_xref(name:"URL", value:"https://fireshellsecurity.team/assets/pdf/Router-TP-LINK-TL-MR3220-Vulnerability-XSS.pdf");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/43023");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_tp_link_wireless_n_router_detect.nasl");
  script_mandatory_keys("TP-LINK/Wireless/Router/model");
  exit(0);
}

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

if(!tlPort = get_app_port(cpe:CPE)){
  exit(0);
}

if(!model = get_kb_item("TP-LINK/Wireless/Router/model")){
  exit(0);
}

if(model == "MR3220"){
  report = report_fixed_ver(installed_version:"TP-LINK Wireless Router " + model, fixed_version:"WillNotFix");
  security_message(data:report, port:tlPort);
  exit(0);
}

exit(99);

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

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

0.001 Low

EPSS

Percentile

45.4%

Related for OPENVAS:1361412562310811881