Security Advisory

CVE-2021-47398

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-21 15:03:54
Last updated 2026-05-11 13:53:55
Assigner Linux
CVSS score not scored
State PUBLISHED

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.