CVE-2024-36922
5.5 MEDIUMIn the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq->read_ptr under lock If we read txq->read_p...
Published: 2024-05-30 · Last updated: 2026-06-01
Severity and scoring
- CVSS
- 5.5 MEDIUM
- Vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected products
| Vendor | Product |
|---|---|
| linux | linux_kernel |
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq->read_ptr under lock If we read txq->read_ptr without lock, we can read the same value twice, then obtain the lock, and reclaim from there to two different places, but crucially reclaim the same entry twice, resulting in the WARN_ONCE() a little later. Fix that by reading txq->read_ptr under lock.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2024-36922
- [Patch]https://git.kernel.org/stable/c/43d07103df670484cdd26f9588eabef80f69db89
- [Other]https://git.kernel.org/stable/c/aab7b39fcac5f6165f6434bcbb56bb7865d4ad2b
- [Patch]https://git.kernel.org/stable/c/b83db8e756dec68a950ed2f056248b1704b3deaa
- [Patch]https://git.kernel.org/stable/c/c2ace6300600c634553657785dfe5ea0ed688ac2
- [Other]https://git.kernel.org/stable/c/f30e8af109818c9db08cbcc46eb9713fe4b530ba
- [Patch]https://git.kernel.org/stable/c/43d07103df670484cdd26f9588eabef80f69db89
- [Patch]https://git.kernel.org/stable/c/b83db8e756dec68a950ed2f056248b1704b3deaa
- [Patch]https://git.kernel.org/stable/c/c2ace6300600c634553657785dfe5ea0ed688ac2
Related CVEs
Same vendor
- CVE-2026-46273 — In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapt... (8.6 HIGH)
- CVE-2026-46272 — In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode ... (4.7 MEDIUM)
- CVE-2026-46271 — In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: do WoW offloads only on primary link In case of multi... (7.8 HIGH)
- CVE-2026-46270 — In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in power_supply_changed() ... (8.4 HIGH)
- CVE-2026-46269 — In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix NULL pointer dereference when parsing dev... (5.5 MEDIUM)