CVE-2023-54168

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
30/12/2025
Last modified:
31/12/2025

Description

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

Impact