Bug 2532427 (CVE-2026-80942) - CVE-2026-80942 kernel: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du_init_sw_vars()
Summary: CVE-2026-80942 kernel: wifi: rtlwifi: rtl8192du: Fix possible memory leak in ...
Keywords:
Status: NEW
Alias: CVE-2026-80942
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: 2026-09-11 22:58 UTC by OSIDB Bzimport
Modified: 2026-09-14 15:01 UTC (History)
17 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:58:03 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du_init_sw_vars()

The memory allocated inside rtl92du_init_shared_data() is not freed in
any of the subsequent error paths in rtl92du_init_sw_vars().
Fix that by adding a call to rtl92du_deinit_shared_data() in the error
path.


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