CVE-2026-90435
Last modified
CVE-2026-90435 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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..
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < ccce6b7ef1d7efc59ccba3421e1339c6e63a3d20; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < d99622e40aaa910ade681dfd4dc0fa240a011331; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < c845e5e05140ea1bc64a5b1107942d93c876034d; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < 42fb8aefffff5b458aaa66803364a16e0ea44129; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < d7fa2ff72ad1861eac194a4e0075d504ba8c246e; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < 5b6cfc6d7ff0959dd9766fdc24286a253b59ca77; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < f917707f0de0832b8ab582391b1f64e549995c6c; >= e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c, < dec47e4b0fe34afdf38caa72b4408ba95502e5de |
| Linux | Linux | 3.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90435?
How severe is CVE-2026-90435?
How do I fix CVE-2026-90435?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90431In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90433In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90434In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90439NGINX Plus and NGINX Open Source have a vulnerability in the…6.5
- CVE-2026-9044An OS command injection vulnerability exists in the VPN modu…8
- CVE-2026-90443A web interface reflects a portion of the request URL into a…5.3
- CVE-2026-90444A file-transfer interface that requires valid credentials ac…8.7
- CVE-2026-90445An interface that accepts file uploads from authenticated us…7.1
- CVE-2026-90446An application programming interface endpoint accepts a user…5.3
Are you affected by CVE-2026-90435?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
