Lucene search

K
cvelistLinuxCVELIST:CVE-2023-52777
HistoryMay 21, 2024 - 3:30 p.m.

CVE-2023-52777 wifi: ath11k: fix gtk offload status event locking

2024-05-2115:30:57
Linux
www.cve.org
linux kernel
ath11k
fix
wifi
vulnerability
offload
event handling
rcu
use-after-free
compile tested

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.6%

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

wifi: ath11k: fix gtk offload status event locking

The ath11k active pdevs are protected by RCU but the gtk offload status
event handling code calling ath11k_mac_get_arvif_by_vdev_id() was not
marked as a read-side critical section.

Mark the code in question as an RCU read-side critical section to avoid
any potential use-after-free issues.

Compile tested only.

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/ath/ath11k/wmi.c"
    ],
    "versions": [
      {
        "version": "a16d9b50cfba",
        "lessThan": "0cf7577b6b31",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a16d9b50cfba",
        "lessThan": "cf9c7d783a2b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a16d9b50cfba",
        "lessThan": "e83246ecd3b1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a16d9b50cfba",
        "lessThan": "1dea3c0720a1",
        "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/ath/ath11k/wmi.c"
    ],
    "versions": [
      {
        "version": "5.19",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.19",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.64",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.5.13",
        "lessThanOrEqual": "6.5.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.3",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.6%