Vulnerability CVE-2021-47216


Published: 2024-04-10

Description:
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.

 References:
https://git.kernel.org/stable/c/06d7d12efb5c62db9dea15141ae2b322c2719515
https://git.kernel.org/stable/c/ad19f7046c24f95c674fbea21870479b2b9f5bab
https://git.kernel.org/stable/c/5612287991debe310c914600599bd59511ababfb
https://git.kernel.org/stable/c/f5a0ba4a9b5e70e7b2f767636d26523f9d1ac59d
https://git.kernel.org/stable/c/cc248790bfdcf879e3094fa248c85bf92cdf9dae
https://git.kernel.org/stable/c/055eced3edf5b675d12189081303f6285ef26511
https://git.kernel.org/stable/c/27490ae6a85a70242d80615ca74d0362a820d6a7
https://git.kernel.org/stable/c/d4996c6eac4c81b8872043e9391563f67f13e406

Copyright 2026, cxsecurity.com

 

Back to Top