In the Linux kernel, the following vulnerability has been resolved:
drm/nouveau: fix several DMA buffer leaks
Nouveau manages GSP-RM DMA buffers with nvkm_gsp_mem objects. Several of
these buffers are never dealloced. Some of them can be deallocated
right after GSP-RM is initialized, but the rest need to stay until the
driver unloads.
Also futher bullet-proof these objects by poisoning the buffer and
clearing the nvkm_gsp_mem object when it is deallocated. Poisoning
the buffer should trigger an error (or crash) from GSP-RM if it tries
to access the buffer after we've deallocated it, because we were wrong
about when it is safe to deallocate.
Finally, change the mem->size field to a size_t because that's the same
type that dma_alloc_coherent expects.
References
Configurations
History
21 Nov 2024, 09:03
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/042b5f83841fbf7ce39474412db3b5e4765a7ea7 - Patch | |
References | () https://git.kernel.org/stable/c/6190d4c08897d748dd25f0b78267a90aa1694e15 - Patch |
29 Apr 2024, 19:20
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
CWE | CWE-401 | |
First Time |
Linux
Linux linux Kernel |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/042b5f83841fbf7ce39474412db3b5e4765a7ea7 - Patch | |
References | () https://git.kernel.org/stable/c/6190d4c08897d748dd25f0b78267a90aa1694e15 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
17 Apr 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-17 16:15
Updated : 2024-11-21 09:03
NVD link : CVE-2024-26912
Mitre link : CVE-2024-26912
CVE.ORG link : CVE-2024-26912
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime