CVE-2026-31582
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 0.02% · 3.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 0, 0, 0 |
| Linux | Linux | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 |
Exploit Intelligence
- https://git.kernel.org/stable/c/c78e1d4e48f23792adaa7c94251e22b0d9700a39 (circl)
- https://git.kernel.org/stable/c/9e1b798257f96d2e2a2639830eb71add545ce749 (circl)
- https://git.kernel.org/stable/c/7003ae4810ca83f0ddca85b768500e313c4b998c (circl)
- https://git.kernel.org/stable/c/61f2aa23b0ce8d7aa5071ed25a7471e246a4fdd4 (circl)
- 4694.0.0.yml (github-poc)
- 4694.0.0.yml (github-poc)
- 4694.0.0.yml (github-poc)
- 4694.0.0.yml (github-poc)
Timeline
- Apr 24, 2026 CVE Published
- Apr 24, 2026 Security Advisory
- Apr 27, 2026 CVE Updated
- May 18, 2026 EPSS Score
- May 19, 2026 EPSS Score
- May 20, 2026 EPSS Score
- May 21, 2026 EPSS Score
- May 22, 2026 EPSS Score
- May 23, 2026 EPSS Score
- May 24, 2026 EPSS Score
- May 25, 2026 EPSS Score
- May 26, 2026 EPSS Score
References
- https://git.kernel.org/stable/c/c78e1d4e48f23792adaa7c94251e22b0d9700a39 url
- https://git.kernel.org/stable/c/9e1b798257f96d2e2a2639830eb71add545ce749 url
- https://git.kernel.org/stable/c/7003ae4810ca83f0ddca85b768500e313c4b998c url
- https://git.kernel.org/stable/c/61f2aa23b0ce8d7aa5071ed25a7471e246a4fdd4 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-31582 advisory
- https://lists.debian.org/debian-security-announce/2026/msg00154.html advisory
- https://lists.debian.org/debian-security-announce/2026/msg00148.html advisory