CVE-2026-93116: platform/x86: asus-wmi: fix resource leaks on probe failure

Published Sep 17, 2026
·
Updated

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

platform/x86: asus-wmi: fix resource leaks on probe failure

During driver initialization in asuswmiadd(), various subsystems are registered sequentially. However, the error path labels are out of order relative to the registration sequence.

Specifically: 1. If asuswmicustomfancurveinit() fails, the driver jumps to failcustomfancurve. Because this label is placed below failsysfs, it bypasses the cleanup calls for the input device and sysfs groups, which were successfully registered before, leaking those resources. 2. If asusscreenpadinit() fails, the driver jumps to failscreenpad. Because failscreenpad is placed below failbacklight, it bypasses the cleanup calls for backlight and rfkill, leaking those resources.

Fix these resource leaks by reordering the error path labels in asuswmiadd() to match the exact reverse order of the resource allocations.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

Is a system affected when the driver initializes successfully?

The described leaks occur only on specific initialization failure paths. The data does not indicate resource leaks during successful initialization.

2

Which initialization failures can trigger the leaked resources?

A failure in custom fan-curve initialization can leave the input device and sysfs groups uncleaned. A failure in ScreenPad initialization can leave backlight and rfkill resources uncleaned.

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