---
id: CVE-2026-93162
title: |-
  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_s…
summary: |-
  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_s…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 4469f9b2346834085fe4478ee1a851ee1de8ccb2 <
    cbeef7ba0de4a7b84a772eee1784948473e7a7e6
  - >-
    Linux >= 4469f9b2346834085fe4478ee1a851ee1de8ccb2 <
    6b19f343ae8ada4c84209bc6f62d50ea9781c4ae
  - >-
    Linux >= 4469f9b2346834085fe4478ee1a851ee1de8ccb2 <
    1a106c6e17525827ee6d8091bb8c06fafbc21fed
  - >-
    Linux >= 4469f9b2346834085fe4478ee1a851ee1de8ccb2 <
    455b0f3ac9e254edab9f5a873d337abe5e6e3604
  - Linux 6.9
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:11.657'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93162'
references:
  - url: 'https://git.kernel.org/stable/c/1a106c6e17525827ee6d8091bb8c06fafbc21fed'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/455b0f3ac9e254edab9f5a873d337abe5e6e3604'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/6b19f343ae8ada4c84209bc6f62d50ea9781c4ae'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/cbeef7ba0de4a7b84a772eee1784948473e7a7e6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.734Z'
epss: 0.002
epssPercentile: 0.10169
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
