{"id":"CVE-2026-46073","summary":"hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nhwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt\n\nwait_for_completion_interruptible_timeout() returns -ERESTARTSYS when\ninterrupted. This needs to abort the URB and return an error. No data\nhas been received from the device so any reads from the transfer\nbuffer are invalid.\n\nThe original code tests !ret, which only catches the timeout case (0).\nOn signal delivery (-ERESTARTSYS), !ret is false so the function skips\nusb_kill_urb() and falls through to read from the unfilled transfer\nbuffer.\n\nFix by capturing the return value into a long (matching the function\nreturn type) and handling signal (negative) and timeout (zero) cases\nwith separate checks that both call usb_kill_urb() before returning.","modified":"2026-06-26T11:56:46.518193531Z","published":"2026-05-27T12:58:01.478Z","related":["openSUSE-SU-2026:10954-1"],"database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46073.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/8b51277eec433d4e724b273a5a5c64e8acfbe405"},{"type":"WEB","url":"https://git.kernel.org/stable/c/b66437cb20a2d9ef201f40b675569f8ea7787c9f"},{"type":"WEB","url":"https://git.kernel.org/stable/c/b6cb07f02253bdefd2339e57eaa1428a7b28cd0f"},{"type":"WEB","url":"https://git.kernel.org/stable/c/d64458784036f5818e22781254b6be299d52a19c"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46073.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-46073"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4381a36abdf1c5c0323c1c51f869dc000115eb20"},{"fixed":"8b51277eec433d4e724b273a5a5c64e8acfbe405"},{"fixed":"b6cb07f02253bdefd2339e57eaa1428a7b28cd0f"},{"fixed":"d64458784036f5818e22781254b6be299d52a19c"},{"fixed":"b66437cb20a2d9ef201f40b675569f8ea7787c9f"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-46073.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.86"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.27"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.0.4"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-46073.json"}}],"schema_version":"1.7.5"}