Lucene search
+L

AXIS OS < 6.50.5.17, 7.x < 8.40.43, 9.x < 9.80.58, 10.x < 10.12.228, 11.x < 11.9.53 DoS Vulnerability

🗓️ 28 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

AXIS OS < 6.50.5.17, 7.x < 8.40.43, 9.x < 9.80.58, 10.x < 10.12.228, 11.x < 11.9.53 DoS Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-0054
19 Mar 202408:26
circl
cnnvd
CNNVD
AXIS OS Security Vulnerability
19 Mar 202400:00
cnnvd
cve
CVE
CVE-2024-0054
19 Mar 202406:35
cve
cvelist
Cvelist
CVE-2024-0054
19 Mar 202406:35
cvelist
euvd
EUVD
EUVD-2024-15857
3 Oct 202520:07
euvd
nvd
NVD
CVE-2024-0054
19 Mar 202407:15
nvd
ptsecurity
Positive Technologies
PT-2024-15327 · Axis Communications · Axis Os
18 Mar 202400:00
ptsecurity
redhatcve
RedhatCVE
CVE-2024-0054
23 May 202508:34
redhatcve
nessus
Tenable Nessus
Axis Communications AXIS OS Improper Neutralization of Wildcards or Matching Symbols (CVE-2024-0054)
30 Jun 202600:00
nessus
vulnrichment
Vulnrichment
CVE-2024-0054
19 Mar 202406:35
vulnrichment
# SPDX-FileCopyrightText: 2024 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:/o:axis:axis_os";

if( description )
{
  script_oid("1.3.6.1.4.1.25623.1.0.127718");
  script_version("2024-04-05T05:05:37+0000");
  script_tag(name:"last_modification", value:"2024-04-05 05:05:37 +0000 (Fri, 05 Apr 2024)");
  script_tag(name:"creation_date", value:"2024-03-28 07:26:59 +0000 (Thu, 28 Mar 2024)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:N/I:N/A:C");

  script_cve_id("CVE-2024-0054");

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

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

  script_name("AXIS OS < 6.50.5.17, 7.x < 8.40.43, 9.x < 9.80.58, 10.x < 10.12.228, 11.x < 11.9.53 DoS Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_axis_devices_consolidation.nasl");
  script_mandatory_keys("axis/device/detected");

  script_tag(name:"summary", value:"AXIS OS is prone to a denial of service (DoS)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"VAPIX APIs local_list.cgi, create_overlay.cgi and irissetup.cgi
  are vulnerable for file globbing which could lead to a resource exhaustion attack.");

  script_tag(name:"affected", value:"AXIS OS version 6.50.x prior to 6.50.5.17, 7.x prior to
  8.40.43, 9.x prior to 9.80.58, 10.x prior to 10.12.228 and 11.x prior to 11.9.53.");

  script_tag(name:"solution", value:"Update to version 6.50.5.17, 8.40.43, 9.80.58, 10.12.228,
  11.9.53 or later.");

  script_xref(name:"URL", value:"https://www.axis.com/dam/public/76/f3/1d/cve-2024-0054-en-US-432116.pdf");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!version = get_app_version(cpe: CPE, nofork: TRUE))
  exit(0);

if (version_in_range_exclusive(version: version, test_version_lo: "6.50.0", test_version_up: "6.50.5.17")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "6.50.5.17");
  security_message(data: report, port: 0);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "7.0.0", test_version_up: "8.40.43")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "8.40.43");
  security_message(data: report, port: 0);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "9.0.0", test_version_up: "9.80.58")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "9.80.58");
  security_message(data: report, port: 0);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "10.0.0", test_version_up: "10.12.228")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "10.12.228");
  security_message(data: report, port: 0);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "11.0.0", test_version_up: "11.9.53")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "11.9.53");
  security_message(data: report, port: 0);
  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