First published: Wed Feb 28 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.10<5.10.37 | |
Linux Kernel | >=5.11<5.11.21 | |
Linux Kernel | >=5.12<5.12.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47048 has a severity rating that indicates a potential for significant impact due to a use-after-free vulnerability.
To fix CVE-2021-47048, upgrade your Linux kernel to a version later than 5.10.37, 5.11.21, or 5.12.4.
CVE-2021-47048 affects Linux kernel versions between 5.10 and 5.10.37, 5.11 and 5.11.21, and 5.12 and 5.12.4.
CVE-2021-47048 is classified as a use-after-free vulnerability in the Linux kernel.
There is potential for exploitation if the vulnerability is triggered in a specific environment, but it primarily affects local operations.