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