CVE-2023-54168

HIGHCVSS 7.8/10EPSS 0.18%

Last modified

CVE-2023-54168 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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()").. EPSS estimates a 0.18% chance of exploitation in the next 30 days.

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()").

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.18%

8.2th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 839041329fd3410e07d614f81e75bb43367d8f89, < 3d5ae269c4bd392ec1edbfb3bd031b8f42d7feff; >= 839041329fd3410e07d614f81e75bb43367d8f89, < 8feca625900777e02a449e53fe4121339934c38a; >= 839041329fd3410e07d614f81e75bb43367d8f89, < 9ad3221c86cc9c6305594b742d4a72dfbd4ea579; >= 839041329fd3410e07d614f81e75bb43367d8f89, < 9911be2155720221a4f1f722b22bd0e2388d8bcf; >= 839041329fd3410e07d614f81e75bb43367d8f89, < 3ce0df3493277b9df275cb8455d9c677ae701230; >= 839041329fd3410e07d614f81e75bb43367d8f89, < 196a6df08b08699ace4ce70e1efcdd9081b6565f; >= 839041329fd3410e07d614f81e75bb43367d8f89, < a183905869e692b6b7805b7472235585eff8e429; >= 839041329fd3410e07d614f81e75bb43367d8f89, < d50b3c73f1ac20dabc53dc6e9d64ce9c79a331eb
LinuxLinux2.6.24

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is 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 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()").
How severe is CVE-2023-54168?
CVE-2023-54168 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.18% probability of exploitation in the next 30 days.
How do I fix CVE-2023-54168?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2023

Are you affected by CVE-2023-54168?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST