Answer in brief
CVE-2026-92479 records a Unknown severity vulnerability in scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags. 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 | >=22089c218037ca7cd50d4fa20e8b5bd746a9b397 <a769095d1d74ebac2b1474c56bbd29bb0b9ed5a7 || >=22089c218037ca7cd50d4fa20e8b5bd746a9b397 <331bda797e6afc143127ce72b1469d73316f49b4 | a769095d1d74ebac2b1474c56bbd29bb0b9ed5a7, 331bda797e6afc143127ce72b1469d73316f49b4 |
| Linux/Linuxgeneric | 6.19 | 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: scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags The single-doorbell completion path can call ufshcd_compl_one_cqe() with a NULL CQE. If no command is associated with the completion tag, the warning message dereferences the CQE while reporting the error. Avoid that dereference and include the invalid tag in the warning.
Quoted source text, attributed separately from HOL analysis.