Security Advisory

CVE-2021-47216

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-10 19:01:55
Last updated 2026-05-11 13:50:13
Assigner Linux
State PUBLISHED

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.