7.8
CVE-2022-42264
- EPSS 0.1%
- Published 30.12.2022 23:15:11
- Last modified 21.11.2024 07:24:36
- Source psirt@nvidia.com
- Teams watchlist Login
- Open Login
NVIDIA GPU Display Driver for Linux contains a vulnerability in the kernel mode layer, where an unprivileged regular user can cause the use of an out-of-range pointer offset, which may lead to data tampering, data loss, information disclosure, or denial of service.
Data is provided by the National Vulnerability Database (NVD)
Nvidia ≫ Virtual Gpu Version < 11.11
Citrix ≫ Hypervisor Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Nvidia ≫ Virtual Gpu Version >= 12.0 < 13.6
Citrix ≫ Hypervisor Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Nvidia ≫ Virtual Gpu Version >= 14.0 < 14.4
Citrix ≫ Hypervisor Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Linux ≫ Linux Kernel Version-
Redhat ≫ Enterprise Linux Kernel-based Virtual Machine Version-
VMware ≫ Vsphere Version-
Nvidia ≫ Cloud Gaming Version < 525.60.11
Nvidia ≫ Cloud Gaming Version < 525.60.12
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 470 < 470.161.03
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 510 < 510.108.03
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 515 < 515.86.01
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 450 < 450.216.04
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 470 < 470.161.03
Nvidia ≫ Gpu Display Driver SwPlatformlinux Version >= 510 < 510.108.03
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.1% | 0.284 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
psirt@nvidia.com | 7.1 | 1.8 | 5.2 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
|
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-823 Use of Out-of-range Pointer Offset
The product performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.