Lucene search

K
redhatcveRedhat.comRH:CVE-2024-36922
HistoryJun 03, 2024 - 1:13 p.m.

CVE-2024-36922

2024-06-0313:13:14
redhat.com
access.redhat.com
2
cve-2024-36922
vulnerability
linux kernel
iwlwifi module
read txq->read_ptr under lock

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.8%

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.

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.8%

Related for RH:CVE-2024-36922