Bug 2422695 (CVE-2025-68182) - CVE-2025-68182 kernel: wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()
Summary: CVE-2025-68182 kernel: wifi: iwlwifi: fix potential use after free in iwl_mld...
Keywords:
Status: NEW
Alias: CVE-2025-68182
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 14:04 UTC by OSIDB Bzimport
Modified: 2026-01-20 07:02 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 14:04:21 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()

This code frees "link" by calling kfree_rcu(link, rcu_head) and then it
dereferences "link" to get the "link->fw_id".  Save the "link->fw_id"
first to avoid a potential use after free.


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