VYPR
Medium severity5.5NVD Advisory· Published May 30, 2024· Updated Jun 1, 2026

CVE-2024-36922

CVE-2024-36922

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

118

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.