Vulnerability in Linux

CVE-2024-36922

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.

EPSS: 0.003 (27.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.

Affected products

References

Frequently asked questions

What is CVE-2024-36922?
CVE-2024-36922 is a high-severity vulnerability in Linux. CVSS score: 8.8/10. Published 2024-05-30.
How severe is CVE-2024-36922?
High severity. CVSS v3 base score is 8.8 out of 10.