9.8
CVE-2024-38812
- EPSS 59.42%
- Published 17.09.2024 18:15:03
- Last modified 22.11.2024 02:00:03
- Source security@vmware.com
- Teams watchlist Login
- Open Login
The vCenter Server contains a heap-overflow vulnerability in the implementation of the DCERPC protocol. A malicious actor with network access to vCenter Server may trigger this vulnerability by sending a specially crafted network packet potentially leading to remote code execution.
Data is provided by the National Vulnerability Database (NVD)
VMware ≫ Vcenter Server Version7.0 Update-
VMware ≫ Vcenter Server Version7.0 Updateupdate1
VMware ≫ Vcenter Server Version7.0 Updateupdate1a
VMware ≫ Vcenter Server Version7.0 Updateupdate1c
VMware ≫ Vcenter Server Version7.0 Updateupdate1d
VMware ≫ Vcenter Server Version7.0 Updateupdate2
VMware ≫ Vcenter Server Version7.0 Updateupdate2a
VMware ≫ Vcenter Server Version7.0 Updateupdate2b
VMware ≫ Vcenter Server Version7.0 Updateupdate2c
VMware ≫ Vcenter Server Version7.0 Updateupdate2d
VMware ≫ Vcenter Server Version7.0 Updateupdate3
VMware ≫ Vcenter Server Version7.0 Updateupdate3a
VMware ≫ Vcenter Server Version7.0 Updateupdate3c
VMware ≫ Vcenter Server Version7.0 Updateupdate3d
VMware ≫ Vcenter Server Version7.0 Updateupdate3e
VMware ≫ Vcenter Server Version7.0 Updateupdate3f
VMware ≫ Vcenter Server Version7.0 Updateupdate3g
VMware ≫ Vcenter Server Version7.0 Updateupdate3h
VMware ≫ Vcenter Server Version7.0 Updateupdate3i
VMware ≫ Vcenter Server Version7.0 Updateupdate3j
VMware ≫ Vcenter Server Version7.0 Updateupdate3k
VMware ≫ Vcenter Server Version7.0 Updateupdate3l
VMware ≫ Vcenter Server Version7.0 Updateupdate3m
VMware ≫ Vcenter Server Version7.0 Updateupdate3n
VMware ≫ Vcenter Server Version8.0 Update-
VMware ≫ Vcenter Server Version8.0 Updateupdate1
VMware ≫ Vcenter Server Version8.0 Updateupdate1a
VMware ≫ Vcenter Server Version8.0 Updateupdate1b
VMware ≫ Vcenter Server Version8.0 Updateupdate1c
VMware ≫ Vcenter Server Version8.0 Updateupdate1d
VMware ≫ Vcenter Server Version8.0 Updateupdate1e
VMware ≫ Vcenter Server Version8.0 Updateupdate2
VMware ≫ Vcenter Server Version8.0 Updateupdate2a
VMware ≫ Vcenter Server Version8.0 Updateupdate2b
VMware ≫ Vcenter Server Version8.0 Updateupdate2c
VMware ≫ Vcenter Server Version8.0 Updateupdate2d
20.11.2024: CISA Known Exploited Vulnerabilities (KEV) Catalog
VMware vCenter Server Heap-Based Buffer Overflow Vulnerability
VulnerabilityVMware vCenter Server contains a heap-based buffer overflow vulnerability in the implementation of the DCERPC protocol. This vulnerability could allow an attacker with network access to the vCenter Server to execute remote code by sending a specially crafted packet.
DescriptionApply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Required actionsType | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 59.42% | 0.982 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
security@vmware.com | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-122 Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.