In the Linux kernel, the following vulnerability has been resolved:
dma-buf: heaps: Fix potential spectre v1 gadget
It appears like nr could be a Spectre v1 gadget as it's supplied by a
user and used as an array index. Prevent the contents
of kernel memory from being leaked to userspace via speculative
execution by using array_index_nospec.
[sumits: added fixes and cc: stable tags]
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-20 12:15
Updated : 2025-01-06 21:33
NVD link : CVE-2022-48730
Mitre link : CVE-2022-48730
CVE.ORG link : CVE-2022-48730
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-203
Observable Discrepancy
