8.8
CVE-2019-5527
- EPSS 0.03%
- Published 10.10.2019 17:15:18
- Last modified 21.11.2024 04:45:07
- Source security@vmware.com
- Teams watchlist Login
- Open Login
ESXi, Workstation, Fusion, VMRC and Horizon Client contain a use-after-free vulnerability in the virtual sound device. VMware has evaluated the severity of this issue to be in the Important severity range with a maximum CVSSv3 base score of 8.5.
Data is provided by the National Vulnerability Database (NVD)
VMware ≫ Remote Console SwPlatformlinux Version >= 10.0.0 < 10.0.5
VMware ≫ Remote Console SwPlatformwindows Version >= 10.0.0 < 10.0.5
VMware ≫ Workstation Version >= 15.0.0 < 15.5.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.03% | 0.077 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2 | 6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
|
nvd@nist.gov | 7.2 | 3.9 | 10 |
AV:L/AC:L/Au:N/C:C/I:C/A:C
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.