Bug 2467223 (CVE-2025-71273) - CVE-2025-71273 kernel: wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band()
Summary: CVE-2025-71273 kernel: wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_b...
Keywords:
Status: NEW
Alias: CVE-2025-71273
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-06 13:11 UTC by OSIDB Bzimport
Modified: 2026-05-06 14:26 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-06 13:11:46 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band()

Simplify the code by using device managed memory allocations.

This also fixes a memory leak in rtw_register_hw(). The supported bands
were not freed in the error path.

Copied from commit 145df52a8671 ("wifi: rtw89: Convert
rtw89_core_set_supported_band to use devm_*").


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