Lucene search
+L

Multiple NetGear ProSafe Switches Information Disclosure Vulnerability

🗓️ 22 Aug 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 33 Views

Multiple NetGear ProSafe Switches Information Disclosure Vulnerability. An attacker can exploit this issue to download configuration file and disclose sensitive information. Information obtained may aid in further attacks. The web management application fails to restrict URL access to different application areas

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Netgear ProSafe - Information Disclosure Vulnerability
22 Aug 201300:00
zdt
zdt
zdt
Netgear ProSafe - Denial of Service Vulnerability
22 Aug 201300:00
zdt
checkpoint_advisories
Check Point Advisories
Netgear Information Disclosure - Ver2 (CVE-2013-4775)
19 Jun 201800:00
checkpoint_advisories
cve
CVE
CVE-2013-4775
19 Dec 201302:00
cve
cve
CVE
CVE-2013-4776
19 Dec 201302:00
cve
cvelist
Cvelist
CVE-2013-4775
19 Dec 201302:00
cvelist
cvelist
Cvelist
CVE-2013-4776
19 Dec 201302:00
cvelist
dsquare
Dsquare
Netgear Information Disclosure
22 Nov 201400:00
dsquare
exploitdb
Exploit DB
Netgear ProSafe - Information Disclosure
22 Aug 201300:00
exploitdb
exploitdb
Exploit DB
Netgear ProSafe - Denial of Service
22 Aug 201300:00
exploitdb
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/61918
# SPDX-FileCopyrightText: 2013 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.103773");
  script_cve_id("CVE-2013-4775", "CVE-2013-4776");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_version("2023-11-02T05:05:26+0000");

  script_name("Multiple NetGear ProSafe Switches Information Disclosure Vulnerability");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/61918");

  script_tag(name:"last_modification", value:"2023-11-02 05:05:26 +0000 (Thu, 02 Nov 2023)");
  script_tag(name:"creation_date", value:"2013-08-22 12:52:30 +0200 (Thu, 22 Aug 2013)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"impact", value:"An attacker can exploit this issue to download configuration file and
  disclose sensitive information. Information obtained may aid in further attacks.");

  script_tag(name:"vuldetect", value:"Try to read /filesystem/startup-config with a HTTP GET request and check the response.");

  script_tag(name:"insight", value:"The web management application fails to restrict URL access to different
  application areas. Remote, unauthenticated attackers could exploit this issue to download the device's
  startup-config, which contains administrator credentials in encrypted form.");

  script_tag(name:"solution", value:"Ask the Vendor for an update.");

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

  script_tag(name:"summary", value:"Multiple NetGear ProSafe switches are prone to an information-
  disclosure vulnerability.");

  script_tag(name:"affected", value:"GS724Tv3 and GS716Tv2 - firmware 5.4.1.13

GS724Tv3 and GS716Tv2 - firmware 5.4.1.10

GS748Tv4              - firmware 5.4.1.14

GS510TP               - firmware 5.4.0.6

GS752TPS and GS728TPS - firmware 5.3.0.17

GS728TS and GS725TS   - firmware 5.3.0.17

GS752TXS and GS728TXS - firmware 6.1.0.12");

  exit(0);
}

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

port = http_get_port(default:80);
res = http_get_cache(item:"/", port:port);
if(!res || res !~ "<TITLE>NETGEAR")
  exit(0);

url = "/filesystem/startup-config";
if(http_vuln_check(port:port, url:url, pattern:"Current Configuration", extra_check:make_list("System Description","System Software Version","network parms"))) {
  report = http_report_vuln_url(port:port, url:url);
  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