Lucene search

K
openvasCopyright (C) 2018 Greenbone Networks GmbHOPENVAS:1361412562310112333
HistoryJul 25, 2018 - 12:00 a.m.

Netgear DGN2200 / DGND3700 Admin Password Disclosure

2018-07-2500:00:00
Copyright (C) 2018 Greenbone Networks GmbH
plugins.openvas.org
44

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

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.5 High

AI Score

Confidence

High

0.131 Low

EPSS

Percentile

95.6%

A vulnerability exists in the

# Copyright (C) 2018 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.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.112333");
  script_version("2021-07-02T11:42:02+0000");
  script_tag(name:"last_modification", value:"2021-07-02 11:42:02 +0000 (Fri, 02 Jul 2021)");
  script_tag(name:"creation_date", value:"2018-07-25 09:39:41 +0200 (Wed, 25 Jul 2018)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  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:"2019-10-09 23:18:00 +0000 (Wed, 09 Oct 2019)");

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

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

  script_cve_id("CVE-2016-5649");

  script_name("Netgear DGN2200 / DGND3700 Admin Password Disclosure");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_netgear_dgn2200_http_detect.nasl", "gb_netgear_dgnd3700_http_detect.nasl");
  script_mandatory_keys("netgear/router/http/detected");

  script_tag(name:"summary", value:"A vulnerability exists in the 'BSW_cxttongr.htm' page which can
  allow a remote attacker to access this page without any authentication.");

  script_tag(name:"vuldetect", value:"Sends a request to the vulnerable page and tries to obtain the
  admin password.");

  script_tag(name:"insight", value:"When the request is processed, it exposes the admin's password
  in clear text before it gets redirected to absw_vfysucc.cgia.");

  script_tag(name:"impact", value:"An attacker can use this password to gain administrator access of
  the targeted routers web interface.");

  script_tag(name:"affected", value:"Netgear DGN2200 running firmware version
  DGN2200-V1.0.0.50_7.0.50.

  Netgear DGND3700 running firmware version DGND3700-V1.0.0.17_1.0.17.");

  script_tag(name:"solution", value:"Netgear has released firmware version 1.0.0.52 for DGN2200 and
  1.0.0.28 for DGND3700 to address this issue.");

  script_xref(name:"URL", value:"https://packetstormsecurity.com/files/140342/Netgear-DGN2200-DGND3700-WNDR4500-Information-Disclosure.html");

  exit(0);
}

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

cpe_list = make_list( "cpe:/o:netgear:dgn2200_firmware", "cpe:/o:netgear:dgnd3700_firmware" );

if( ! infos = get_app_port_from_list( cpe_list: cpe_list, service: "www" ) )
  exit( 0 );

cpe  = infos["cpe"];
port = infos["port"];

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

res = http_get_cache( port: port, item: "/BSW_cxttongr.htm" );

if( vuln = eregmatch( pattern: '<td colspan="2"><b>Success "(.+)"\r', string: res ) ) {
  report = "It was possible to obtain the admin password: '" + vuln[1] + "'.";
  security_message( port: port, data: report);
  exit( 0 );
}

exit( 99 );

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

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.5 High

AI Score

Confidence

High

0.131 Low

EPSS

Percentile

95.6%