CVE-2021-46965

Severity CVSS v4.0:
Pending analysis
Type:
CWE-125 Out-of-bounds Read
Publication date:
27/02/2024
Last modified:
08/01/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mtd: physmap: physmap-bt1-rom: Fix unintentional stack access<br /> <br /> Cast &amp;data to (char *) in order to avoid unintentionally accessing<br /> the stack.<br /> <br /> Notice that data is of type u32, so any increment to &amp;data<br /> will be in the order of 4-byte chunks, and this piece of code<br /> is actually intended to be a byte offset.<br /> <br /> Addresses-Coverity-ID: 1497765 ("Out-of-bounds access")

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.10 (including) 5.10.36 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.11.20 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.12 (including) 5.12.3 (excluding)