CVE-2026-97421
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()
Several corner cases, especially important on 32 bits:
- umem->iova is u64, the function argument should pass in u64 or iova will be truncated
- Check that the length is not too large for the iova
- Check that lengths > 4G don't overflow the GENMASK
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | a40c20dabdf9045270767c75918feb67f0727c89 < ae3cf7d2c4d506c5c91746321644e1a08d989e2a | affected |
| Linux | Linux | a40c20dabdf9045270767c75918feb67f0727c89 < 5fc5b73109540809b094710fac44da81dd8a3ff8 | affected |
| Linux | Linux | a40c20dabdf9045270767c75918feb67f0727c89 < 09ea6837a0434fb4db99528a5055b6d822135dcf | affected |
| Linux | Linux | 85e40ba1c4a5246b35e91c2ed69d4680426904d7 | affected |
| Linux | Linux | 59f07434b297e2268f5d5c567db5b09145245cf1 | affected |
| Linux | Linux | 488229b7729d7becf4c39c5e74fb709fb35115c2 | affected |
| Linux | Linux | 5.4.73 < 5.5 | affected |
| Linux | Linux | 5.8.17 < 5.9 | affected |
| Linux | Linux | 5.9.2 < 5.10 | affected |
| Linux | Linux | 5.10 | affected |
| Linux | Linux | 0 < 5.10 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/ae3cf7d2c4d506c5c91746321644e1a08d989e2a
- https://git.kernel.org/stable/c/5fc5b73109540809b094710fac44da81dd8a3ff8
- https://git.kernel.org/stable/c/09ea6837a0434fb4db99528a5055b6d822135dcf
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.