mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
819 B
819 B
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.