CVE-2022-48732
NVIDIA drm Off-by-One Boundary Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initialization to fail on Apple eMac's with GeForce 2 MX GPUs, leaving the system with no working console. This is probably only seen on OpenFirmware machines like PowerPC Macs because the BIOS image provided by OF is only the used parts of the ROM, not a power-of-two blocks read from PCI directly so PCs always have empty bytes at the end that are never accessed.
INFO
Published Date :
June 20, 2024, 12:15 p.m.
Last Modified :
Nov. 21, 2024, 7:33 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-48732
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-48732
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-48732
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/1b777d4d9e383d2744fc9b3a09af6ec1893c8b1a Added Reference https://git.kernel.org/stable/c/909d3ec1bf9f0ec534bfc081b77c0836fea7b0e2 Added Reference https://git.kernel.org/stable/c/acc887ba88333f5fec49631f12d8cc7ebd95781c Added Reference https://git.kernel.org/stable/c/b2a21669ee98aafc41c6d42ef15af4dab9e6e882 Added Reference https://git.kernel.org/stable/c/d4b746e60fd8eaa8016e144223abe91158edcdad Added Reference https://git.kernel.org/stable/c/d877e814a62b7de9069aeff8bc1d979dfc996e06 Added Reference https://git.kernel.org/stable/c/e7c36fa8a1e63b08312162179c78a0c7795ea369 Added Reference https://git.kernel.org/stable/c/f071d9fa857582d7bd77f4906691f73d3edeab73 -
Initial Analysis by [email protected]
Aug. 19, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Changed Reference Type https://git.kernel.org/stable/c/1b777d4d9e383d2744fc9b3a09af6ec1893c8b1a No Types Assigned https://git.kernel.org/stable/c/1b777d4d9e383d2744fc9b3a09af6ec1893c8b1a Patch Changed Reference Type https://git.kernel.org/stable/c/909d3ec1bf9f0ec534bfc081b77c0836fea7b0e2 No Types Assigned https://git.kernel.org/stable/c/909d3ec1bf9f0ec534bfc081b77c0836fea7b0e2 Patch Changed Reference Type https://git.kernel.org/stable/c/acc887ba88333f5fec49631f12d8cc7ebd95781c No Types Assigned https://git.kernel.org/stable/c/acc887ba88333f5fec49631f12d8cc7ebd95781c Patch Changed Reference Type https://git.kernel.org/stable/c/b2a21669ee98aafc41c6d42ef15af4dab9e6e882 No Types Assigned https://git.kernel.org/stable/c/b2a21669ee98aafc41c6d42ef15af4dab9e6e882 Patch Changed Reference Type https://git.kernel.org/stable/c/d4b746e60fd8eaa8016e144223abe91158edcdad No Types Assigned https://git.kernel.org/stable/c/d4b746e60fd8eaa8016e144223abe91158edcdad Patch Changed Reference Type https://git.kernel.org/stable/c/d877e814a62b7de9069aeff8bc1d979dfc996e06 No Types Assigned https://git.kernel.org/stable/c/d877e814a62b7de9069aeff8bc1d979dfc996e06 Patch Changed Reference Type https://git.kernel.org/stable/c/e7c36fa8a1e63b08312162179c78a0c7795ea369 No Types Assigned https://git.kernel.org/stable/c/e7c36fa8a1e63b08312162179c78a0c7795ea369 Patch Changed Reference Type https://git.kernel.org/stable/c/f071d9fa857582d7bd77f4906691f73d3edeab73 No Types Assigned https://git.kernel.org/stable/c/f071d9fa857582d7bd77f4906691f73d3edeab73 Patch Added CWE NIST CWE-193 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.8 up to (excluding) 4.9.300 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.10 up to (excluding) 4.14.265 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.15 up to (excluding) 4.19.228 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.178 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.99 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.22 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 5.16.8 -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 20, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initialization to fail on Apple eMac's with GeForce 2 MX GPUs, leaving the system with no working console. This is probably only seen on OpenFirmware machines like PowerPC Macs because the BIOS image provided by OF is only the used parts of the ROM, not a power-of-two blocks read from PCI directly so PCs always have empty bytes at the end that are never accessed. Added Reference kernel.org https://git.kernel.org/stable/c/d4b746e60fd8eaa8016e144223abe91158edcdad [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/909d3ec1bf9f0ec534bfc081b77c0836fea7b0e2 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/b2a21669ee98aafc41c6d42ef15af4dab9e6e882 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/acc887ba88333f5fec49631f12d8cc7ebd95781c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/f071d9fa857582d7bd77f4906691f73d3edeab73 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/d877e814a62b7de9069aeff8bc1d979dfc996e06 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e7c36fa8a1e63b08312162179c78a0c7795ea369 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/1b777d4d9e383d2744fc9b3a09af6ec1893c8b1a [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-48732
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-48732
weaknesses.