CVE-2026-74390
Last modified
CVE-2026-74390 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs The irdma_copy_user_pgaddrs function loops through all of the umem DMA blocks to populate the PBLEs and will stop when either the last DMA block is reached or palloc->total_cnt is reached. The issue is that the logic for checking palloc->total_cnt would only work for non-zero values. When irdma_setup_pbles is called with lvl==0, it calls irdma_copy_user_pgaddrs with palloc->total_cnt==0, which means the only way to break out of the loop is to reach the last umem DMA block, which means it could end up going beyond the fixed size of 4 iwmr->pgaddrmem array that is used in the lvl==0 case. In the case of QP/CQ/SRQ rings, the value of lvl is determined by a separate input (for example, req.cq_pages in the case of a CQ). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs The irdma_copy_user_pgaddrs function loops through all of the umem DMA blocks to populate the PBLEs and will stop when either the last DMA block is reached or palloc->total_cnt is reached. The issue is that the logic for checking palloc->total_cnt would only work for non-zero values. When irdma_setup_pbles is called with lvl==0, it calls irdma_copy_user_pgaddrs with palloc->total_cnt==0, which means the only way to break out of the loop is to reach the last umem DMA block, which means it could end up going beyond the fixed size of 4 iwmr->pgaddrmem array that is used in the lvl==0 case. In the case of QP/CQ/SRQ rings, the value of lvl is determined by a separate input (for example, req.cq_pages in the case of a CQ). So, we must perform explicit checking to ensure we don't overflow the pgaddrmem array if the user provides a umem that consists of more blocks than their provided req.cq_pages.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 4780f58672ee6328accd54a95f9c00683477e499; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 79a20a8e201a779224b4bf115250a7713bde72c0; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 9f8f0d2099e3de1194e37dc933ae0c4206b09aaf; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 192a3be0e3759daa24af2841208b074ca6dbaabc; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 424d51d33c7541a86934067c2c0538124687fc90; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < abd27a977b419d584efa659488c22d2306987b29; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 5ebb3ed757be3e04cf803026004aa0beaeb13e9b |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74390?
How severe is CVE-2026-74390?
How do I fix CVE-2026-74390?
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-74385In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74386In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74387In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7439AgentFlow's local web API accepts non-JSON content types on …4.8
- CVE-2026-74391In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74392In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74393In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74394In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74395In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74396In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74390?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
