Answer in brief
CVE-2026-92476 records a Unknown severity vulnerability in crypto: keembay - Initialize completion before requesting IRQ. 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 | >=88574332451380f4b51f6ca88ab9810e714bfb9b <a3ffced8be1555f283680065c3b87a19f5ab9097 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <4ce407055ae9d37f46a3c6f05eb27198b354d287 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <d52a15c4559b69805bc69bf4ad9e16bbf6480d52 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <f8970ee9e315c9e2258ae8914d5fb32b1039d2f6 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <7efb51a5893b22003a679d088b7794be2ccd6c32 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <5aae80dcec0748b4ed61daace2ad8b12082261f2 || >=88574332451380f4b51f6ca88ab9810e714bfb9b <fce20289dd622cc7ab78d72c8a979a9f8b7cb10e | a3ffced8be1555f283680065c3b87a19f5ab9097, 4ce407055ae9d37f46a3c6f05eb27198b354d287, d52a15c4559b69805bc69bf4ad9e16bbf6480d52, f8970ee9e315c9e2258ae8914d5fb32b1039d2f6, 7efb51a5893b22003a679d088b7794be2ccd6c32, 5aae80dcec0748b4ed61daace2ad8b12082261f2, fce20289dd622cc7ab78d72c8a979a9f8b7cb10e |
| Linux/Linuxgeneric | 5.11 | 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: crypto: keembay - Initialize completion before requesting IRQ kmb_ocs_aes_probe() requests the device IRQ before initializing irq_completion. Once the handler is registered it can run immediately, and ocs_aes_irq_handler() unconditionally calls complete(). An interrupt in this window would therefore use an uninitialized completion. Initialize the completion before requesting the IRQ, as the sibling OCS HCU and ECC drivers already do.
Quoted source text, attributed separately from HOL analysis.