Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2021-47602
HistoryJun 19, 2024 - 2:54 p.m.

CVE-2021-47602 mac80211: track only QoS data frames for admission control

2024-06-1914:54:02
Linux
github.com
6
linux kernel
vulnerability
mac80211

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

mac80211: track only QoS data frames for admission control

For admission control, obviously all of that only works for
QoS data frames, otherwise we cannot even access the QoS
field in the header.

Syzbot reported (see below) an uninitialized value here due
to a status of a non-QoS nullfunc packet, which isn’t even
long enough to contain the QoS header.

Fix this to only do anything for QoS data packets.

CNA Affected

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "02219b3abca5",
        "lessThan": "69f054d6642c",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "02219b3abca5",
        "lessThan": "46b9e29db201",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "02219b3abca5",
        "lessThan": "eed897a22230",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "02219b3abca5",
        "lessThan": "42d08e97b196",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "02219b3abca5",
        "lessThan": "d5e568c3a4ec",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "net/mac80211/mlme.c"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "3.19"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "3.19",
        "versionType": "custom"
      },
      {
        "status": "unaffected",
        "version": "4.19.222",
        "versionType": "custom",
        "lessThanOrEqual": "4.19.*"
      },
      {
        "status": "unaffected",
        "version": "5.4.168",
        "versionType": "custom",
        "lessThanOrEqual": "5.4.*"
      },
      {
        "status": "unaffected",
        "version": "5.10.88",
        "versionType": "custom",
        "lessThanOrEqual": "5.10.*"
      },
      {
        "status": "unaffected",
        "version": "5.15.11",
        "versionType": "custom",
        "lessThanOrEqual": "5.15.*"
      },
      {
        "status": "unaffected",
        "version": "5.16",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "net/mac80211/mlme.c"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial