In the Linux kernel, the following vulnerability has been resolved:
mtd: physmap: physmap-bt1-rom: Fix unintentional stack access
Cast &data to (char *) in order to avoid unintentionally accessing
the stack.
Notice that data is of type u32, so any increment to &data
will be in the order of 4-byte chunks, and this piece of code
is actually intended to be a byte offset.
Addresses-Coverity-ID: 1497765 ("Out-of-bounds access")
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-27 19:04
Updated : 2025-01-08 17:16
NVD link : CVE-2021-46965
Mitre link : CVE-2021-46965
CVE.ORG link : CVE-2021-46965
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
