Bug 2424963 (CVE-2023-54029) - CVE-2023-54029 kernel: wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO
Summary: CVE-2023-54029 kernel: wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO
Keywords:
Status: NEW
Alias: CVE-2023-54029
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 12:04 UTC by OSIDB Bzimport
Modified: 2025-12-25 12:36 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 12:04:10 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO

For MLO, we cannot use vif->bss_conf.chandef.chan->band, since
that will lead to a NULL-ptr dereference as bss_conf isn't used.
However, in case of real MLO, we also need to take both LMACs
into account if they exist, since the station might be active
on both LMACs at the same time.


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