Answer in brief
CVE-2026-92495 records a Unknown severity vulnerability in RDMA/bnxt_re: Clear VM_MAYWRITE on DBR/toggle page mmap. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), 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.
A CVSS score is not reported in the current record. 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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ea222485788208cd79bad42d25aae9232b33a934 <5361fb1e5bc246f9a2c0721543f72c8dac200769 || >=ea222485788208cd79bad42d25aae9232b33a934 <13e7861809ef9e7e720ff5f0af1d4293a6d0a9b4 || >=ea222485788208cd79bad42d25aae9232b33a934 <0afbfe019c881483337d9f8304e678af05ebe7cc || >=ea222485788208cd79bad42d25aae9232b33a934 <518df61b9b0a5b288dfa72c87246045329c18b8c || >=ea222485788208cd79bad42d25aae9232b33a934 <9b66c9af7172ffcf727214fa0ebe9a5e1ed6eb16 | 5361fb1e5bc246f9a2c0721543f72c8dac200769, 13e7861809ef9e7e720ff5f0af1d4293a6d0a9b4, 0afbfe019c881483337d9f8304e678af05ebe7cc, 518df61b9b0a5b288dfa72c87246045329c18b8c, 9b66c9af7172ffcf727214fa0ebe9a5e1ed6eb16 |
| Linux/Linuxgeneric | 6.6 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Clear VM_MAYWRITE on DBR/toggle page mmap bnxt_re_mmap() rejects VM_WRITE for the DBR_PAGE and TOGGLE_PAGE mmap flags, but a read-only mapping can still retain VM_MAYWRITE. nd later be upgraded with mprotect(PROT_WRITE). This can bypass the write check that only runs at mmap time. Clear VM_MAYWRITE before vm_insert_page() in the shared DBR/toggle-page branch, matching the existing policy that userspace writes are not expected for these pages.
Quoted source text, attributed separately from HOL analysis.