CVE-2024-50236

Source
https://cve.org/CVERecord?id=CVE-2024-50236
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-50236.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-50236
Downstream
Related
Published
2024-11-09T10:14:46.202Z
Modified
2026-03-20T12:39:39.029557Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
wifi: ath10k: Fix memory leak in management tx
Details

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

wifi: ath10k: Fix memory leak in management tx

In the current logic, memory is allocated for storing the MSDU context during management packet TX but this memory is not being freed during management TX completion. Similar leaks are seen in the management TX cleanup logic.

Kmemleak reports this problem as below,

unreferenced object 0xffffff80b64ed250 (size 16): comm "kworker/u16:7", pid 148, jiffies 4294687130 (age 714.199s) hex dump (first 16 bytes): 00 2b d8 d8 80 ff ff ff c4 74 e9 fd 07 00 00 00 .+.......t...... backtrace: [<ffffffe6e7b245dc>] _kmemcacheallocnode+0x1e4/0x2d8 [<ffffffe6e7adde88>] kmalloctrace+0x48/0x110 [<ffffffe6bbd765fc>] ath10kwmitlvopgenmgmttxsend+0xd4/0x1d8 [ath10kcore] [<ffffffe6bbd3eed4>] ath10kmgmtoverwmitxwork+0x134/0x298 [ath10kcore] [<ffffffe6e78d5974>] processscheduledworks+0x1ac/0x400 [<ffffffe6e78d60b8>] workerthread+0x208/0x328 [<ffffffe6e78dc890>] kthread+0x100/0x1c0 [<ffffffe6e78166c0>] retfromfork+0x10/0x20

Free the memory during completion and cleanup to fix the leak.

Protect the mgmtpendingtx idrremove() operation in ath10kwmitlvopcleanupmgmttxsend() using ar->data_lock similar to other instances.

Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/50xxx/CVE-2024-50236.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
dc405152bb64d4ae01c9ac669de25b2d1fb6fc2d
Fixed
eff818238bedb9c2484c251ec46f9f160911cdc0
Fixed
6fc9af3df6ca7f3c94774d20f62dc7b49616026d
Fixed
4112450da7d67b59ccedc2208bae622db17dbcb8
Fixed
705be2dc45c7f852e211e16bc41a916fab741983
Fixed
6cc23898e6ba47e976050d3c080b4d2c1add3748
Fixed
5f5a939759c79e7385946c85e62feca51a18d816
Fixed
2f6f1e26ac6d2b38e2198a71f81f0ade14d6b07b
Fixed
e15d84b3bba187aa372dff7c58ce1fd5cb48a076

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-50236.json"