8.8
CVE-2019-5527
- EPSS 0.03%
- Veröffentlicht 10.10.2019 17:15:18
- Zuletzt bearbeitet 21.11.2024 04:45:07
- Quelle security@vmware.com
- Teams Watchlist Login
- Unerledigt 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.
Daten sind bereitgestellt durch 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.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.03% | 0.077 |
Quelle | 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.