Answer in brief
CVE-2026-46073 records a Medium severity (CVSS 5.5) vulnerability in hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <8b51277eec433d4e724b273a5a5c64e8acfbe405 || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <b6cb07f02253bdefd2339e57eaa1428a7b28cd0f || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <d64458784036f5818e22781254b6be299d52a19c || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <b66437cb20a2d9ef201f40b675569f8ea7787c9f | 8b51277eec433d4e724b273a5a5c64e8acfbe405, b6cb07f02253bdefd2339e57eaa1428a7b28cd0f, d64458784036f5818e22781254b6be299d52a19c, b66437cb20a2d9ef201f40b675569f8ea7787c9f |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt wait_for_completion_interruptible_timeout() returns -ERESTARTSYS when interrupted. This needs to abort the URB and return an error. No data has been received from the device so any reads from the transfer buffer are invalid. The original code tests !ret, which only catches the timeout case (0). On signal delivery (-ERESTARTSYS), !ret is false so the function skips usb_kill_urb() and falls through to read from the unfilled transfer buffer. Fix by capturing the return value into a long (matching the function return type) and handling signal (negative) and timeout (zero) cases with separate checks that both call usb_kill_urb() before returning.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-46073 records a Medium severity (CVSS 5.5) vulnerability in hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <8b51277eec433d4e724b273a5a5c64e8acfbe405 || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <b6cb07f02253bdefd2339e57eaa1428a7b28cd0f || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <d64458784036f5818e22781254b6be299d52a19c || >=4381a36abdf1c5c0323c1c51f869dc000115eb20 <b66437cb20a2d9ef201f40b675569f8ea7787c9f | 8b51277eec433d4e724b273a5a5c64e8acfbe405, b6cb07f02253bdefd2339e57eaa1428a7b28cd0f, d64458784036f5818e22781254b6be299d52a19c, b66437cb20a2d9ef201f40b675569f8ea7787c9f |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt wait_for_completion_interruptible_timeout() returns -ERESTARTSYS when interrupted. This needs to abort the URB and return an error. No data has been received from the device so any reads from the transfer buffer are invalid. The original code tests !ret, which only catches the timeout case (0). On signal delivery (-ERESTARTSYS), !ret is false so the function skips usb_kill_urb() and falls through to read from the unfilled transfer buffer. Fix by capturing the return value into a long (matching the function return type) and handling signal (negative) and timeout (zero) cases with separate checks that both call usb_kill_urb() before returning.
Quoted source text, attributed separately from HOL analysis.