Answer in brief
CVE-2026-92484 records a Unknown severity vulnerability in cxl/region: Fix use-after-free in find_pos_and_ways() error path. 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 | >=9d90ab45d3d393532b7fa62d6a6b7ebbde9cf5fc <68edf359b0b45cad2654510c1ca257079b241aa5 || >=b3dc5c735a754142831f705068fcfa77551724ff <b38ca9ce8c7d9b8151bb9e4770404c5e39600a48 || >=d90acdf49e18029cfe4194475c45ef143657737a <f54b96e8aadbfc7f2a1b26df349ef9b062c47d2e || >=d90acdf49e18029cfe4194475c45ef143657737a <8f7683ce37a53eeabd721941517341d2eef2cf3c || >=d90acdf49e18029cfe4194475c45ef143657737a <15da704b732332cc1e8f121f624e5e6c05124c5d || 8ad454d3050a40fd616d481e48d1aebb27d9951e || >=6.6.96 <6.6.157 || >=6.12.36 <6.12.110 || >=6.15.5 <6.16 | 68edf359b0b45cad2654510c1ca257079b241aa5, b38ca9ce8c7d9b8151bb9e4770404c5e39600a48, f54b96e8aadbfc7f2a1b26df349ef9b062c47d2e, 8f7683ce37a53eeabd721941517341d2eef2cf3c, 15da704b732332cc1e8f121f624e5e6c05124c5d, 6.6.157, 6.12.110, 6.16 |
| Linux/Linuxgeneric | 6.16 | 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: cxl/region: Fix use-after-free in find_pos_and_ways() error path The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder can be freed before the error message accesses its name. Drop the reference after the error is reported.
Quoted source text, attributed separately from HOL analysis.