Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-36922
HistoryMay 30, 2024 - 12:00 a.m.

CVE-2024-36922

2024-05-3000:00:00
ubuntu.com
ubuntu.com
linux
kernel
security
vulnerability
fixed
wifi
iwlwifi
txq
read_ptr
lock
unix

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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.

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

Related for UB:CVE-2024-36922