CVE-2026-93116
Last modified
CVE-2026-93116 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: platform/x86: asus-wmi: fix resource leaks on probe failure During driver initialization in asus_wmi_add(), various subsystems are registered sequentially. However, the error path labels are out of order relative to the registration sequence. Specifically: 1.
Description
In the Linux kernel, the following vulnerability has been resolved: platform/x86: asus-wmi: fix resource leaks on probe failure During driver initialization in asus_wmi_add(), various subsystems are registered sequentially. However, the error path labels are out of order relative to the registration sequence. Specifically: 1. If asus_wmi_custom_fan_curve_init() fails, the driver jumps to fail_custom_fan_curve. Because this label is placed below fail_sysfs, it bypasses the cleanup calls for the input device and sysfs groups, which were successfully registered before, leaking those resources. 2. If asus_screenpad_init() fails, the driver jumps to fail_screenpad. Because fail_screenpad is placed below fail_backlight, it bypasses the cleanup calls for backlight and rfkill, leaking those resources. Fix these resource leaks by reordering the error path labels in asus_wmi_add() to match the exact reverse order of the resource allocations.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0f0ac158d28ff78e75c334e869b1cb8e69372a1f, < 3308b8c5f5a28403611a2f5a46f06aabe4f0c661; >= 0f0ac158d28ff78e75c334e869b1cb8e69372a1f, < ef3daa2b84a2b8499ce9e2ce1c865dca36d39f95 |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93116?
How severe is CVE-2026-93116?
How do I fix CVE-2026-93116?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93110In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93112In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-93113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93118In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9312A server-side request forgery (SSRF) vulnerability was ident…8.2
- CVE-2026-93120In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93121In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2026-93116?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
