Lucene search
+L

VMware ESXi Out-of-Bounds Read Vulnerability (VMSA-2024-0013)

🗓️ 26 Jun 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 54 Views

VMware ESXi Multiple Vulnerabilities (VMSA-2024-0013) impacting versions 7.0 and 8.

Related
Refs
Code
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.834203");
  script_version("2024-08-13T09:47:32+0000");
  script_cve_id("CVE-2024-37086");
  script_tag(name:"cvss_base", value:"5.6");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:P/A:C");
  script_tag(name:"last_modification", value:"2024-08-13 09:47:32 +0000 (Tue, 13 Aug 2024)");
  script_tag(name:"creation_date", value:"2024-06-26 11:32:34 +0530 (Wed, 26 Jun 2024)");
  script_name("VMware ESXi Out-of-Bounds Read Vulnerability (VMSA-2024-0013)");
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("VMware Local Security Checks");
  script_dependencies("gb_vmware_esxi_init.nasl");
  script_mandatory_keys("VMware/ESXi/LSC", "VMware/ESX/version");

  script_xref(name:"URL", value:"https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24505");

  script_tag(name:"summary", value:"VMware ESXi is prone to an out-of-bounds read vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists due to an out-of-bounds error in VMware ESXi.");

  script_tag(name:"impact", value:"Successful exploitation allows an attacker to cause denial of
  service attacks.");

  script_tag(name:"affected", value:"VMware ESXi 7.0.x prior to ESXi70U3sq-23794019 and 8.0.x prior
  to ESXi80U3-24022510.");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references for
  more information.");

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

  exit(0);
}

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

if(!get_kb_item("VMware/ESXi/LSC"))
  exit(0);

if(!version = get_kb_item("VMware/ESX/version"))
  exit(0);

if(version_in_range(version: version, test_version: "8.0.0", test_version2: "8.0.2")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "See references");
  security_message(port: 0, data: report);
  exit(0);
} else if(version_in_range(version: version, test_version: "7.0.0", test_version2: "7.0.2")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "See references");
  security_message(port: 0, data: report);
  exit(0);
}

# https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-esxi-70u3q-release-notes/index.html#Resolved%20Issues-ESXi-7.0U3sq-23794019-standard
# https://docs.vmware.com/en/VMware-vSphere/8.0/rn/vsphere-esxi-803-release-notes/index.html
patches = make_array("7.0.3", "VIB:esx-base:7.0.3-0.120.23794019",
                     "8.0.3", "VIB:esx-base:8.0.3-0.0.24022510");

if(!patches[version])
  exit(99);

if(report = esxi_patch_missing(esxi_version: version, patch: patches[version])) {
  security_message(port: 0, 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

13 Aug 2024 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 3.16.8
EPSS0.00192
SSVC
54