3 matches found
EUVD-2026-82097
In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Initialize completion before requesting IRQ kmbocsaesprobe requests the device IRQ before initializing irqcompletion. Once the handler is registered it can run immediately, and ocsaesirqhandler unconditionally...
CVE-2026-92476 crypto: keembay - Initialize completion before requesting IRQ
In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Initialize completion before requesting IRQ kmbocsaesprobe requests the device IRQ before initializing irqcompletion. Once the handler is registered it can run immediately, and ocsaesirqhandler unconditionally...
CVE-2026-92476
A vulnerability in the Linux kernel's keembay crypto (OCS AES) driver occurs because kmb_ocs_aes_probe() requests the device IRQ before initializing irq_completion. Once the handler is registered it can fire immediately, and ocs_aes_irq_handler() unconditionally calls complete() on the uninitiali...