CVE Database
/

CVE-2024-57890

Back to search

CVE-2024-57890

Published: Jan 15, 2025

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqe_size * cmd.wr_count", both variables are u32 values that come from the user so the multiplication can lead to integer wrapping. Then we pass the result to uverbs_request_next_ptr() which also could potentially wrap. The "cmd.sge_count * sizeof(struct ib_uverbs_sge)" multiplication can also overflow on 32bit systems although it's fine on 64bit systems. This patch does two things. First, I've re-arranged the condition in uverbs_request_next_ptr() so that the use controlled variable "len" is on one side of the comparison by itself without any math. Then I've modified all the callers to use size_mul() for the multiplications.

VendorProductVersions

Linux

Linux

affected
67cdb40ca444c09853ab4d8a41cf547ac26a4de4 - < c57721b24bd897338a81a0ca5fff41600f0f1ad1
affected
67cdb40ca444c09853ab4d8a41cf547ac26a4de4 - < 42a6eb4ed7a9a41ba0b83eb0c7e0225b5fca5608
affected
67cdb40ca444c09853ab4d8a41cf547ac26a4de4 - < c2f961c46ea0e5274c5c320d007c2dd949cf627a
affected
67cdb40ca444c09853ab4d8a41cf547ac26a4de4 - < 346db03e9926ab7117ed9bf19665699c037c773c
affected
67cdb40ca444c09853ab4d8a41cf547ac26a4de4 - < b92667f755749cf10d9ef1088865c555ae83ffb7

+2 more versions

Linux

Linux

affected
2.6.15
unaffected
0 - < 2.6.15
unaffected
5.4.289 - <= 5.4.*
unaffected
5.10.233 - <= 5.10.*
unaffected
5.15.176 - <= 5.15.*

+4 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now