← Back to CVE List

CVE-2021-47216

Published: 2024-04-10T19:15Z
Last Modified: 2025-03-18T17:01Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt