NONE · 0

CVE-2023-54168

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() The ucmd->log_sq_bb_count variable is controlled by the user so this shift...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() The ucmd->log_sq_bb_count variable is controlled by the user so this shift can wrap. Fix it by using check_shl_overflow() in the same way that it was done in commit 515f60004ed9 ("RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()").

References

FAQ

What is CVE-2023-54168?

CVE-2023-54168 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() The ucmd->log_sq_bb_count variable is controlled by the user so this shift...

How severe is CVE-2023-54168?

CVSS scoring is not yet available for CVE-2023-54168. Check NVD for updates.

Is there a patch for CVE-2023-54168?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.