🛡️ CVE-2024-35811 — debian-linux

🟠 CVSS 8.8 — High ✅ No Known Exploit CWE-416 NVD
8.8
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach

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

wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach

This is the candidate patch of CVE-2023-47233 :

https://nvd.nist.gov/vuln/detail/CVE-2023-47233

In brcm80211 driver,it starts with the following invoking chain

to start init a timeout worker:

->brcmf_usb_probe

->brcmf_usb_probe_cb

->brcmf_attach

->brcmf_bus_started

->brcmf_cfg80211_attach

->wl_init_priv

->brcmf_init_escan

->INIT_WORK(&cfg->escan_timeout_work,

brcmf_cfg80211_escan_timeout_worker);

If we disconnect the USB by hotplug, it will call

brcmf_usb_disconnect to make cleanup. The invoking chain is :

brcmf_usb_disconnect

->brcmf_usb_disconnect_cb

->brcmf_detach

->brcmf_cfg80211_detach

->kfree(cfg);

While the timeout woker may still be running. This will cause

a use-after-free bug on cfg in brcmf_cfg80211_escan_timeout_worker.

Fix it by deleting the timer and canceling the worker in

brcmf_cfg80211_detach.

[[email protected]: keep timer delete as is and cancel work just before free]

How this vulnerability can be exploited

This issue can be reached from an adjacent network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity high, availability high.

Weakness class

CVE-2024-35811 is classified as CWE-416: Use After Free. Memory is used after being released, so its contents may already belong to something else.

Affected software

CVE-2024-35811 is recorded against 3 packages.

  • debian-linux
  • kernel (from 6.8.0 up to 6.8.3)
  • linux-kernel (from 6.8 up to 6.8.3)

Timeline and source

Published on 17 May 2024 and last revised on 4 August 2026. No public exploit is currently recorded for this entry. A vendor advisory or fix has been published. Record sourced from NVD.

References

git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org

CVE-2024-35811 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity HIGH
CVSS Score 8.8
CVSS Vector CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE CWE-416
Public Exploit ✅ No
Source NVD
Published 2024-05-17
Updated 2026-08-20
Modified 2026-08-04

Affected Packages

Software From version Fixed in
debian-linux
kernel 6.8.0 6.8.3
linux-kernel 6.8 6.8.3

References

Similar Threats

Site Security Check

Is debian-linux part of your stack?

CVE-2024-35811 is rated CVSS 8.8 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2024