CVE-2026-90435

Source
https://cve.org/CVERecord?id=CVE-2026-90435
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90435.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90435
Downstream
Published
2026-09-17T16:09:54Z
Modified
2026-09-18T03:48:38Z
Summary
RDMA/mlx5: Fix integer overflow of user QP buffer size
Details

In the Linux kernel, the following vulnerability has been resolved:

RDMA/mlx5: Fix integer overflow of user QP buffer size

set_user_buf_size() computes the QP buffer size by left-shifting the user-supplied rq.wqe_cnt and rq.wqe_shift values as signed integers. A sufficiently large rq.wqe_cnt causes signed integer overflow, which is undefined behavior, and yields a small or negative buf_size, causing ib_umem_get() to map a buffer smaller than the hardware will actually write into.

Replace the shifts and addition with check_shl_overflow() and check_add_overflow(), rejecting invalid user inputs.

Moreover, guard the identical shift computing qp->sq.offset in _create_user_qp() before set_user_buf_size() is reached.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90435.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c
Fixed
ccce6b7ef1d7efc59ccba3421e1339c6e63a3d20
Fixed
d99622e40aaa910ade681dfd4dc0fa240a011331
Fixed
c845e5e05140ea1bc64a5b1107942d93c876034d
Fixed
42fb8aefffff5b458aaa66803364a16e0ea44129
Fixed
d7fa2ff72ad1861eac194a4e0075d504ba8c246e
Fixed
5b6cfc6d7ff0959dd9766fdc24286a253b59ca77
Fixed
f917707f0de0832b8ab582391b1f64e549995c6c
Fixed
dec47e4b0fe34afdf38caa72b4408ba95502e5de

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90435.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.11.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90435.json"