Vulnerability CVE-2021-47398


Published: 2024-05-21

Description:
In the Linux kernel, the following vulnerability has been resolved:

RDMA/hfi1: Fix kernel pointer leak

Pointers should be printed with %p or %px rather than cast to 'unsigned
long long' and printed with %llx. Change %llx to %p to print the secured
pointer.

 References:
https://git.kernel.org/stable/c/714bfabe5f2901d96902e271d7217601fe4703e5
https://git.kernel.org/stable/c/7d5cfafe8b4006a75b55c2f1fdfdb363f9a5cc98

Copyright 2026, cxsecurity.com

 

Back to Top