CVE-2026-31582
Last modified
CVE-2026-31582 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix use-after-free on USB disconnect After powerz_disconnect() frees the URB and releases the mutex, a subsequent powerz_read() call can acquire the mutex and call powerz_read_data(), which dereferences the freed URB pointer. Fix by: - Setting priv->urb to NULL in powerz_disconnect() so that powerz_read_data() can detect the disconnected state. - Adding a !priv->urb check at the start of powerz_read_data() to return -ENODEV on a disconnected device. - Moving usb_set_intfdata() before hwmon registration so the disconnect handler can always find the priv pointer.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix use-after-free on USB disconnect After powerz_disconnect() frees the URB and releases the mutex, a subsequent powerz_read() call can acquire the mutex and call powerz_read_data(), which dereferences the freed URB pointer. Fix by: - Setting priv->urb to NULL in powerz_disconnect() so that powerz_read_data() can detect the disconnected state. - Adding a !priv->urb check at the start of powerz_read_data() to return -ENODEV on a disconnected device. - Moving usb_set_intfdata() before hwmon registration so the disconnect handler can always find the priv pointer.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.12.83 |
| Linux | Linux Kernel | >= 6.13, < 6.18.24 |
| Linux | Linux Kernel | >= 6.19, < 6.19.14 |
| Linux | Linux Kernel | >= 7.0, < 7.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-31582?
How severe is CVE-2026-31582?
How do I fix CVE-2026-31582?
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-31577In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-31578In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31579In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-3158IBM Sterling B2B Integrator 6.2.0.0 through 6.2.0.5_2, 6.2.1…4.3
- CVE-2026-31580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31581In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31583In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31585In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-31586In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31587In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31588In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-31582?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
