Security Advisory

CVE-2024-36922

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-30 15:29:16
Last updated 2026-05-11 20:17:05
Assigner Linux
State PUBLISHED

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.