4.1
CVE-2022-28192
- EPSS 0.09%
- Published 17.05.2022 20:15:09
- Last modified 21.11.2024 06:56:55
- Source psirt@nvidia.com
- Teams watchlist Login
- Open Login
NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (nvidia.ko), where it may lead to a use-after-free, which in turn may cause denial of service. This attack is complex to carry out because the attacker needs to have control over freeing some host side resources out of sequence, which requires elevated privileges.
Data is provided by the National Vulnerability Database (NVD)
Nvidia ≫ Virtual Gpu Version >= 11.0 < 11.8
Nvidia ≫ Virtual Gpu Version >= 13.0 < 13.3
Nvidia ≫ Virtual Gpu Version14.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.09% | 0.269 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 1.9 | 3.4 | 2.9 |
AV:L/AC:M/Au:N/C:N/I:N/A:P
|
psirt@nvidia.com | 4.1 | 0.5 | 3.6 |
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H
|
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.