Lucene search
+L

Multiple DVR Information Disclosure Vulnerability

🗓️ 01 Feb 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 173 Views

Multiple DVR Information Disclosure Vulnerability. Devices prone to remote information-disclosure vulnerability allowing attackers to obtain sensitive credentials

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-1391
29 Jan 201300:00
circl
checkpoint_advisories
Check Point Advisories
Multiple Products DVR Configuration Disclosure (CVE-2013-1391)
21 Oct 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-1391
30 Oct 201920:36
cve
cvelist
Cvelist
CVE-2013-1391
30 Oct 201920:36
cvelist
exploitdb
Exploit DB
Multiple Hunt CCTV - Information Disclosure
29 Jan 201300:00
exploitdb
nessus
Tenable Nessus
Hunt CCTV DVR.cfg Direct Request Information Disclosure
6 Feb 201300:00
nessus
metasploit
Metasploit
Multiple DVR Manufacturers Configuration Disclosure
30 Jan 201316:22
metasploit
nvd
NVD
CVE-2013-1391
30 Oct 201921:15
nvd
packetstorm
Packet Storm
Hunt CCTV Credential Disclosure
28 Jan 201300:00
packetstorm
packetstorm
Packet Storm
Multiple DVR Manufacturers Configuration Disclosure
1 Sep 202400:00
packetstorm
Rows per page
# 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.103653");
  script_cve_id("CVE-2013-1391");
  script_version("2023-07-27T05:05:08+0000");
  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_name("Multiple DVR Information Disclosure Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57579");
  script_xref(name:"URL", value:"http://www.securitybydefault.com/2013/01/12000-grabadores-de-video-expuestos-en.html");

  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-11-05 16:33:00 +0000 (Tue, 05 Nov 2019)");
  script_tag(name:"creation_date", value:"2013-02-01 10:51:23 +0100 (Fri, 01 Feb 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:"summary", value:"Multiple DVR devices are prone to a remote information-
disclosure vulnerability.

Successful exploits will allow attackers to obtain sensitive
information, such as credentials, that may aid in further attacks
from '/DVR.cfg'.");
  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");

  exit(0);
}

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


port = http_get_port(default:80);

url = '/DVR.cfg';
req = http_get(item:url, port:port);
buf = http_send_recv(port:port, data:req, bodyonly:FALSE);

if("WEB_ADMIN_ID" >< buf && "WEB_ADMIN_PWD" >< buf) {
  security_message(port:port);
  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

27 Jul 2023 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 25
CVSS 3.17.5
EPSS0.76109
173