Stats Digest Feeds
โ† Back to all CVEs

CVE-2026-92476

UNKNOWN NVD
CVSS Score 0
Severity UNKNOWN
Published Sep 17, 2026
Vendor unknown

Description

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.

References