Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46672
HistorySep 11, 2024 - 3:14 p.m.

CVE-2024-46672 wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion

2024-09-1115:14:01
Linux
www.cve.org
2
linux kernel
brcmfmac
cfg80211
wpa_supplicant
pmksa deletion
ssid
pmkid_v3

EPSS

0

Percentile

5.1%

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

wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion

wpa_supplicant 2.11 sends since 1efdba5fdc2c (“Handle PMKSA flush in the
driver for SAE/OWE offload cases”) SSID based PMKSA del commands.
brcmfmac is not prepared and tries to dereference the NULL bssid and
pmkid pointers in cfg80211_pmksa. PMKID_V3 operations support SSID based
updates so copy the SSID.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c"
    ],
    "versions": [
      {
        "version": "a96202acaea4",
        "lessThan": "4291f94f8c6b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a96202acaea4",
        "lessThan": "1f566eb912d1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a96202acaea4",
        "lessThan": "2ad4e1ada8ee",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c"
    ],
    "versions": [
      {
        "version": "6.4",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.4",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.48",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.7",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

5.1%

Related for CVELIST:CVE-2024-46672