CVE-2023-54168
Integer Overflow Vulnerability in Linux RDMA mlx4 Driver
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves a shift operation in the Linux kernel's RDMA/mlx4 driver where the variable 'ucmd->log_sq_bb_count', which is controlled by the user, can cause a shift wrapping issue. This means that the shift operation can overflow or wrap around, potentially leading to undefined or unintended behavior. The fix involves using a function called check_shl_overflow() to prevent this shift wrapping, similar to a previous fix in another RDMA driver component.
How can this vulnerability impact me? :
The vulnerability could lead to undefined or unintended behavior in the Linux kernel's RDMA/mlx4 driver due to shift wrapping caused by user-controlled input. This might result in system instability, crashes, or potentially exploitable conditions depending on how the kernel handles the erroneous shift operation.