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

1.2 KiB

CVE-2024-57936

Description

In the Linux kernel, the following vulnerability has been resolved:RDMA/bnxt_re: Fix max SGEs for the Work RequestGen P7 supports up to 13 SGEs for now. WQE software structurecan hold only 6 now. Since the max send sge is reported as13, the stack can give requests up to 13 SGEs. This is causingtraffic failures and system crashes.Use the define for max SGE supported for variable size. Thiswill work for both static and variable WQEs.

POC

Reference

No PoCs from references.

Github