First published: Wed Apr 10 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.4.293 | |
Linux Kernel | >=4.5<4.9.291 | |
Linux Kernel | >=4.10<4.14.256 | |
Linux Kernel | >=4.15<4.19.218 | |
Linux Kernel | >=4.20<5.4.162 | |
Linux Kernel | >=5.5<5.10.82 | |
Linux Kernel | >=5.11<5.15.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47216 has a moderate severity rating due to its potential impact on kernel pointer leaks.
To fix CVE-2021-47216, update your Linux kernel to a version higher than 4.4.293, 4.9.291, 4.14.256, 4.19.218, 5.4.162, 5.10.82, or 5.15.5.
CVE-2021-47216 affects various versions of the Linux kernel prior to the patched versions specified.
As of now, there are no publicly known exploits associated with CVE-2021-47216.
CVE-2021-47216 is a kernel pointer leak vulnerability in the Linux kernel that involves improper pointer handling in SCSI drivers.