CVE-2024-57936
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/01/2025
Last modified:
21/01/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/bnxt_re: Fix max SGEs for the Work Request<br />
<br />
Gen P7 supports up to 13 SGEs for now. WQE software structure<br />
can hold only 6 now. Since the max send sge is reported as<br />
13, the stack can give requests up to 13 SGEs. This is causing<br />
traffic failures and system crashes.<br />
<br />
Use the define for max SGE supported for variable size. This<br />
will work for both static and variable WQEs.