You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve-2026-31582
About this tag
CVE-2026-31582 is a Linux kernel vulnerability in the POWER-Z USB hardware monitoring driver, where a use-after-free condition occurs on USB disconnect. The flaw leaves a freed URB pointer accessible via a later sysfs read, potentially allowing exploitation. The kernel fix is compact and has been merged into stable trees. This tag covers discussions about the vulnerability details, the fix, and implications for Linux systems using USB hwmon devices. While the bug is niche, it highlights kernel memory safety issues in driver code.
CVE-2026-31582 is a small Linux kernel bug with a familiar lesson: even niche USB hardware can expose fragile lifetime rules inside kernel drivers. The flaw sits in the POWER-Z hardware monitoring driver, where a USB disconnect could leave a freed URB pointer reachable by a later sysfs read. NVD...