wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach
Summary
| CVE | CVE-2024-35811 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2024-05-17 14:15:15 UTC |
| Updated | 2026-05-12 12:16:36 UTC |
| Description | 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] |
Risk And Classification
Primary CVSS: v3.1 5.5 MEDIUM from [email protected]
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Problem Types: CWE-416
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
NoneIntegrity
NoneAvailability
HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
NVD Known Affected Configurations (CPE 2.3)
| Type | Vendor | Product | Version | Update | Edition | Language |
|---|---|---|---|---|---|---|
| Operating System | Linux | Linux Kernel | All | All | All | All |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 202c503935042272e2f9e1bb549d5f69a8681169 git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 8e3f03f4ef7c36091f46e7349096efb5a2cdb3a1 git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 bacb8c3ab86dcd760c15903fcee58169bc3026aa git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 8c36205123dc57349b59b4f1a2301eb278cbc731 git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 0b812f706fd7090be74812101114a0e165b36744 git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 190794848e2b9d15de92d502b6ac652806904f5a git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 6678a1e7d896c00030b31491690e8ddc9a90767a git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 0a7591e14a8da794d0b93b5d1c6254ccb23adacb git | Not specified |
| CNA | Linux | Linux | affected e756af5b30b008f6ffcfebf8ad0b477f6f225b62 0f7352557a35ab7888bc7831411ec8a3cbe20d78 git | Not specified |
| CNA | Linux | Linux | affected 3.7 | Not specified |
| CNA | Linux | Linux | unaffected 3.7 semver | Not specified |
| CNA | Linux | Linux | unaffected 4.19.312 4.19.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.4.274 5.4.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.10.215 5.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.154 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.84 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.24 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.7.12 6.7.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.8.3 6.8.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.9 * original_commit_for_fix | Not specified |
| ADP | Siemens | SIMATIC S7-1500 TM MFP - GNU/Linux Subsystem | affected * custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| lists.debian.org/debian-lts-announce/2024/06/msg00017.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | Mailing List |
| cert-portal.siemens.com/productcert/html/ssa-265688.html | 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e | cert-portal.siemens.com | |
| git.kernel.org/stable/c/0a7591e14a8da794d0b93b5d1c6254ccb23adacb | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/8c36205123dc57349b59b4f1a2301eb278cbc731 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/0f7352557a35ab7888bc7831411ec8a3cbe20d78 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/190794848e2b9d15de92d502b6ac652806904f5a | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/bacb8c3ab86dcd760c15903fcee58169bc3026aa | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/0b812f706fd7090be74812101114a0e165b36744 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/202c503935042272e2f9e1bb549d5f69a8681169 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/6678a1e7d896c00030b31491690e8ddc9a90767a | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| git.kernel.org/stable/c/8e3f03f4ef7c36091f46e7349096efb5a2cdb3a1 | af854a3a-2127-422b-91ae-364da2661108 | git.kernel.org | Patch |
| lists.debian.org/debian-lts-announce/2024/06/msg00020.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | Mailing List |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.