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.
usb hwmon
About this tag
The usb hwmon tag on WindowsForum.com covers discussions about USB hardware monitoring drivers, with a focus on the POWER-Z driver. Content includes a Linux kernel vulnerability (CVE-2026-31582) involving a use-after-free bug triggered by USB disconnect, where a freed URB pointer could be accessed via sysfs. The tag is relevant for users interested in USB hardware monitoring, kernel driver security, and stability issues related to USB-connected monitoring devices. While the example content is Linux-specific, the tag may also apply to Windows hardware monitoring scenarios involving USB sensors or similar devices.
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...