CVE-2026-80942: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du_init_sw_vars()

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

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

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

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In rtl8192du_init_sw_vars(), ensure rtl92du_deinit_shared_data() is called on all subsequent error paths after memory allocation in rtl92du_init_shared_data() to prevent the memory leak.

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

Under what conditions can the leak occur?

The leak occurs when rtl92du_init_shared_data() allocates memory and a later step in rtl92du_init_sw_vars() follows an error path. The affected code is in the Linux kernel rtlwifi driver for rtl8192du.

2

What is the practical impact if the issue is triggered?

Memory allocated during driver initialization may not be freed on subsequent initialization failures. The provided information identifies a memory leak, but does not specify a remote attack path, privilege requirement, or further impact.

3

What change addresses the issue?

The fix adds a call to rtl92du_deinit_shared_data() on the relevant rtl92du_init_sw_vars() error path, ensuring memory allocated by rtl92du_init_shared_data() is released.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203