cve/2024/CVE-2024-53226.md
2025-09-29 21:09:30 +02:00

1.5 KiB

CVE-2024-53226

Description

In the Linux kernel, the following vulnerability has been resolved:RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg()ib_map_mr_sg() allows ULPs to specify NULL as the sg_offset argument.The driver needs to check whether it is a NULL pointer beforedereferencing it.

POC

Reference

No PoCs from references.

Github