Lucene search
+L

PTZOptics Camera Multiple Vulnrebilities (Sep 2024) - Active Check

🗓️ 01 Aug 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 5 Views

PTZOptics Camera devices have multiple vulnerabilities including insufficient authentication and command injection.

Related
Refs
Code
# SPDX-FileCopyrightText: 2025 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_PREFIX = "cpe:/o:ptzoptics:";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.155079");
  script_version("2025-09-11T05:38:37+0000");
  script_tag(name:"last_modification", value:"2025-09-11 05:38:37 +0000 (Thu, 11 Sep 2025)");
  script_tag(name:"creation_date", value:"2025-08-01 06:37:41 +0000 (Fri, 01 Aug 2025)");
  script_tag(name:"cvss_base", value:"9.4");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2024-10-01 16:01:30 +0000 (Tue, 01 Oct 2024)");

  script_cve_id("CVE-2024-8956", "CVE-2024-8957");

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

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

  script_name("PTZOptics Camera Multiple Vulnrebilities (Sep 2024) - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2025 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_ptzoptics_camera_http_detect.nasl");
  script_mandatory_keys("ptzoptics/camera/http/detected");
  script_require_ports("Services/www", 443);

  script_tag(name:"summary", value:"PTZOptics Camera devices are prone to multiple
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"insight", value:"The following flaws exist:

  - CVE-2024-8956: Insufficient authentication

  - CVE-2024-8957: OS command injection");

  script_tag(name:"affected", value:"PTZOptics PT30X-SDI/NDI-xx devices are known to be affected.
  Other models might be affected as well.");

  script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");

  script_xref(name:"URL", value:"https://ptzoptics.com/known-vulnerabilities-and-fixes/");
  script_xref(name:"URL", value:"https://vulncheck.com/advisories/ptzoptics-insufficient-auth");
  script_xref(name:"URL", value:"https://vulncheck.com/advisories/ptzoptics-command-injection");
  script_xref(name:"URL", value:"https://www.labs.greynoise.io/grimoire/2024-10-31-sift-0-day-rce/");
  script_xref(name:"URL", value:"https://www.cisa.gov/news-events/ics-advisories/icsa-25-162-10");
  script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
  script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");

  exit(0);
}

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

if (!infos = get_app_port_from_cpe_prefix(cpe: CPE_PREFIX, service: "www", first_cpe_only: TRUE))
  exit(0);

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

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

url = "/cgi-bin/param.cgi?get_system_conf";

if (http_vuln_check(port: port, url: url, pattern: 'userpasswd="[a-f0-9]+"', check_header: TRUE)) {
  report = http_report_vuln_url(port: port, url: url);
  security_message(port: port, data: report);
  exit(0);
}

exit(0); # There might be other endpoints not fixed

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