Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2023-52800
HistoryMay 21, 2024 - 3:31 p.m.

CVE-2023-52800 wifi: ath11k: fix htt pktlog locking

2024-05-2115:31:13
Linux
github.com
4
linux kernel
vulnerability
wifi
ath11k
htt pktlog
locking

AI Score

7

Confidence

Low

EPSS

0

Percentile

10.3%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

wifi: ath11k: fix htt pktlog locking

The ath11k active pdevs are protected by RCU but the htt pktlog handling
code calling ath11k_mac_get_ar_by_pdev_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

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "03ed26935beb",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "3a51e6b4da71",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "e3199b3fac65",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "423762f02182",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "69cede2a5a5f",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d5c65159f289",
        "lessThan": "3f77c7d605b2",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/net/wireless/ath/ath11k/dp_rx.c"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "5.6"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "5.6",
        "versionType": "custom"
      },
      {
        "status": "unaffected",
        "version": "5.10.202",
        "versionType": "custom",
        "lessThanOrEqual": "5.10.*"
      },
      {
        "status": "unaffected",
        "version": "5.15.140",
        "versionType": "custom",
        "lessThanOrEqual": "5.15.*"
      },
      {
        "status": "unaffected",
        "version": "6.1.64",
        "versionType": "custom",
        "lessThanOrEqual": "6.1.*"
      },
      {
        "status": "unaffected",
        "version": "6.5.13",
        "versionType": "custom",
        "lessThanOrEqual": "6.5.*"
      },
      {
        "status": "unaffected",
        "version": "6.6.3",
        "versionType": "custom",
        "lessThanOrEqual": "6.6.*"
      },
      {
        "status": "unaffected",
        "version": "6.7",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "drivers/net/wireless/ath/ath11k/dp_rx.c"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

7

Confidence

Low

EPSS

0

Percentile

10.3%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial