Bug 2317591 (CVE-2024-47672) - CVE-2024-47672 kernel: wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
Summary: CVE-2024-47672 kernel: wifi: iwlwifi: mvm: don't wait for tx queues if firmwa...
Keywords:
Status: NEW
Alias: CVE-2024-47672
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2317864
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-09 15:01 UTC by OSIDB Bzimport
Modified: 2024-10-14 07:26 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-09 15:01:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead

There is a WARNING in iwl_trans_wait_tx_queues_empty() (that was
recently converted from just a message), that can be hit if we
wait for TX queues to become empty after firmware died. Clearly,
we can't expect anything from the firmware after it's declared dead.

Don't call iwl_trans_wait_tx_queues_empty() in this case. While it could
be a good idea to stop the flow earlier, the flush functions do some
maintenance work that is not related to the firmware, so keep that part
of the code running even when the firmware is not running.

[edit commit message]


Note You need to log in before you can comment on or make changes to this bug.