Answer in brief
CVE-2026-97421 records a High severity (CVSS 7.8) vulnerability in RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <ae3cf7d2c4d506c5c91746321644e1a08d989e2a || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <5fc5b73109540809b094710fac44da81dd8a3ff8 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <09ea6837a0434fb4db99528a5055b6d822135dcf || >=0 <6.12.111 || >=0 <6.18.53 | ae3cf7d2c4d506c5c91746321644e1a08d989e2a, 5fc5b73109540809b094710fac44da81dd8a3ff8, 09ea6837a0434fb4db99528a5055b6d822135dcf, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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
Quoted source text, attributed separately from HOL analysis.