7.1
CVE-2021-46965
- EPSS 0.04%
 - Veröffentlicht 27.02.2024 19:04:07
 - Zuletzt bearbeitet 08.01.2025 17:16:07
 - Quelle 416baaa9-dc9f-4396-8d5f-8c081f
 - CVE-Watchlists
 - Unerledigt
 
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")Daten sind bereitgestellt durch National Vulnerability Database (NVD)
	Linux ≫ Linux Kernel  Version >= 5.10 < 5.10.36
	Linux ≫ Linux Kernel  Version >= 5.11 < 5.11.20
	Linux ≫ Linux Kernel  Version >= 5.12 < 5.12.3
| Typ | Quelle | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.082 | 
| Quelle | Base Score | Exploit Score | Impact Score | Vector String | 
|---|---|---|---|---|
| nvd@nist.gov | 7.1 | 1.8 | 5.2 | 
                 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H  
             | 
        
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.