Lucene search

K
cvelistLinuxCVELIST:CVE-2024-43879
HistoryAug 21, 2024 - 12:06 a.m.

CVE-2024-43879 wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()

2024-08-2100:06:31
Linux
www.cve.org
5
linux kernel
wireless vulnerability
cfg80211_calculate_bitrate_he
nl80211_rate_info_he_ru_alloc_2x996
kernel warning

EPSS

0

Percentile

13.7%

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

wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()

Currently NL80211_RATE_INFO_HE_RU_ALLOC_2x996 is not handled in
cfg80211_calculate_bitrate_he(), leading to below warning:

kernel: invalid HE MCS: bw:6, ru:6
kernel: WARNING: CPU: 0 PID: 2312 at net/wireless/util.c:1501 cfg80211_calculate_bitrate_he+0x22b/0x270 [cfg80211]

Fix it by handling 2x996 RU allocation in the same way as 160 MHz bandwidth.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/wireless/util.c"
    ],
    "versions": [
      {
        "version": "c4cbaf7973a7",
        "lessThan": "45d20a1c54be",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "b289ebb05165",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "2e201b3d162c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "576c64622649",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "16ad67e73309",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "67b5f1054197",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "19eaf4f2f5a9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "c4cbaf7973a7",
        "lessThan": "bcbd771cd5d6",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/wireless/util.c"
    ],
    "versions": [
      {
        "version": "4.19",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.19",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.320",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.282",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.224",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.165",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.103",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.44",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.3",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

13.7%