---
id: CVE-2024-27056
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  wifi: iwlwifi: mvm: ensure offloading TID queue exists

  The resume code path assumes that the TX queue for the offloading TID
  has been configured
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  wifi: iwlwifi: mvm: ensure offloading TID queue exists

  The resume code path assumes that the TX queue for the offloading TID
  has been configured. At resume time it the…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
vendor: linux
product: linux_kernel
affected:
  - linux_kernel < 6.1.132
  - 'linux_kernel >= 6.2, < 6.6.85'
  - 'linux_kernel >= 6.7, < 6.7.11'
  - linux_kernel = 6.8
patched:
  - linux_kernel 6.7.11
published: '2024-05-01'
updated: '2026-07-14'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2024-27056'
references:
  - url: 'https://git.kernel.org/stable/c/35afffaddbe8d310dc61659da0b1a337b0d0addc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/4903303f25f48b5a1e34e6324c7fae9ccd6b959a'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/78f65fbf421a61894c14a1b91fe2fb4437b3fe5f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ed35a509390ef4011ea2226da5dd6f62b73873b5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/78f65fbf421a61894c14a1b91fe2fb4437b3fe5f'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://git.kernel.org/stable/c/ed35a509390ef4011ea2226da5dd6f62b73873b5'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://cert-portal.siemens.com/productcert/html/ssa-019113.html'
    label: 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e
tags:
  - nvd
  - cve.org
epss: 0.00251
epssPercentile: 0.14726
ingestedAt: '2026-07-14T13:36:54.424Z'
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2024-06-14T18:56:53.043911Z'
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwifi: mvm: ensure offloading TID queue exists

The resume code path assumes that the TX queue for the offloading TID
has been configured. At resume time it then tries to sync the write
pointer as it may have been updated by the firmware.

In the unusual event that no packets have been send on TID 0, the queue
will not have been allocated and this causes a crash. Fix this by
ensuring the queue exist at suspend time.

## Affected

- `linux_kernel < 6.1.132`
- `linux_kernel >= 6.2, < 6.6.85`
- `linux_kernel >= 6.7, < 6.7.11`
- `linux_kernel = 6.8`

## Remediation

Upgrade past the affected range:

- `linux_kernel 6.7.11`
