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.
References
Configurations
Configuration 1 (hide)
|
History
01 Oct 2025, 13:52
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/43d07103df670484cdd26f9588eabef80f69db89 - Patch | |
| References | () https://git.kernel.org/stable/c/b83db8e756dec68a950ed2f056248b1704b3deaa - Patch | |
| References | () https://git.kernel.org/stable/c/c2ace6300600c634553657785dfe5ea0ed688ac2 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | NVD-CWE-noinfo | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* |
21 Nov 2024, 09:22
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
|
| References | () https://git.kernel.org/stable/c/43d07103df670484cdd26f9588eabef80f69db89 - | |
| References | () https://git.kernel.org/stable/c/b83db8e756dec68a950ed2f056248b1704b3deaa - | |
| References | () https://git.kernel.org/stable/c/c2ace6300600c634553657785dfe5ea0ed688ac2 - |
30 May 2024, 16:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2024-05-30 16:15
Updated : 2025-10-01 13:52
NVD link : CVE-2024-36922
Mitre link : CVE-2024-36922
CVE.ORG link : CVE-2024-36922
JSON object : View
Products Affected
linux
- linux_kernel
CWE
