CVE Catalog

CVE-2026-93162

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the crypto qat driver queues SR-IOV re-enable work using a work_struct and completion embedded in an on-stack adf_sriov_dev_data. If the completion wait times out, the reset worker can return while device_sriov_wq still holds or executes the stack-backed work item. The fix cancels the work on device_sriov_wq on timeout before the stack frame unwinds.

Risk Assessment

Using a stack-backed work item after the function returns can lead to memory corruption, system crashes, or potential code execution. It affects systems using QAT accelerators with SR-IOV enabled.

Recommendation

Update the Linux kernel to a version containing the crypto qat driver fix. Until the update, consider disabling SR-IOV on QAT devices in production environments.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - cancel work on re-enable SR-IOV timeout The QAT reset worker queues SR-IOV reenable work using a work_struct and completion embedded in an on-stack adf_sriov_dev_data. If the completion wait times out, the reset worker can return while device_sriov_wq still holds or executes the stack-backed work item. Cancel the work on the device_sriov_wq on timeout before the stack frame unwinds.

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