PT-2024-11075 · Linux · Linux Kernel
Published
2021-03-11
·
Updated
2025-01-08
·
CVE-2021-46965
CVSS v3.1
7.1
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to an unintentional stack access in the Linux kernel, specifically in the mtd: physmap: physmap-bt1-rom module. The problem arises because the
data variable is of type u32, and any increment to &data will be in 4-byte chunks, whereas the code intends to use a byte offset. To fix this, the &data is cast to (char *) to avoid unintentionally accessing the stack.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel