Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-27056
HistoryMay 01, 2024 - 12:54 p.m.

CVE-2024-27056 wifi: iwlwifi: mvm: ensure offloading TID queue exists

2024-05-0112:54:56
Linux
github.com
7
linux kernel
wifi vulnerability
iwlwifi.

AI Score

7

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

CNA Affected

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "1da177e4c3f4",
        "lessThan": "ed35a509390e",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "1da177e4c3f4",
        "lessThan": "78f65fbf421a",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/net/wireless/intel/iwlwifi/mvm/d3.c",
      "drivers/net/wireless/intel/iwlwifi/mvm/sta.c",
      "drivers/net/wireless/intel/iwlwifi/mvm/sta.h"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "unaffected",
        "version": "6.7.11",
        "versionType": "custom",
        "lessThanOrEqual": "6.7.*"
      },
      {
        "status": "unaffected",
        "version": "6.8",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "drivers/net/wireless/intel/iwlwifi/mvm/d3.c",
      "drivers/net/wireless/intel/iwlwifi/mvm/sta.c",
      "drivers/net/wireless/intel/iwlwifi/mvm/sta.h"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

7

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial