CVE Catalog

CVE-2026-92476

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, 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(), using an uninitialized completion.

Risk Assessment

May lead to a kernel crash or undefined behavior on an interrupt in the window between IRQ registration and completion initialization.

Recommendation

Update the Linux kernel to a version containing the fix that initializes the completion before requesting the IRQ.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS