In the Linux kernel, the following vulnerability has been resolved:
spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op
When handling op->addr, it is using the buffer "tmpbuf" which has been
freed. This will trigger a use-after-free KASAN warning. Let's use
temporary variables to store op->addr.val and op->cmd.opcode to fix
this issue.
References
Configurations
Configuration 1 (hide)
|
History
09 Dec 2024, 19:05
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-416 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/1231279389b5e638bc3b66b9741c94077aed4b5a - Patch | |
References | () https://git.kernel.org/stable/c/23269ac9f123eca3aea7682d3345c02e71ed696c - Patch | |
References | () https://git.kernel.org/stable/c/a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 - Patch | |
References | () https://git.kernel.org/stable/c/d67e0d6bd92ebbb0294e7062bbf5cdc773764e62 - Patch |
21 Nov 2024, 06:35
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/1231279389b5e638bc3b66b9741c94077aed4b5a - | |
References | () https://git.kernel.org/stable/c/23269ac9f123eca3aea7682d3345c02e71ed696c - | |
References | () https://git.kernel.org/stable/c/a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 - | |
References | () https://git.kernel.org/stable/c/d67e0d6bd92ebbb0294e7062bbf5cdc773764e62 - | |
Summary |
|
28 Feb 2024, 09:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-02-28 09:15
Updated : 2024-12-09 19:05
NVD link : CVE-2021-47048
Mitre link : CVE-2021-47048
CVE.ORG link : CVE-2021-47048
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free