Answer in brief
CVE-2026-80773 records a Unknown severity vulnerability in HID: huawei: fix missing hid_is_usb() check. 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.
A CVSS score is not reported in the current record. 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 | >=e93faaca84b73431ccef029b2c8e902e5be83006 <66805454c01ffefc40d08a962d606cdb73644c5d || >=e93faaca84b73431ccef029b2c8e902e5be83006 <9acc2463991cdb0856fdbd63fd7178102c1ed73d || >=e93faaca84b73431ccef029b2c8e902e5be83006 <4cdb6b4b34d7823254f6e1b22faf56c96ac57fb9 | 66805454c01ffefc40d08a962d606cdb73644c5d, 9acc2463991cdb0856fdbd63fd7178102c1ed73d, 4cdb6b4b34d7823254f6e1b22faf56c96ac57fb9 |
| Linux/Linuxgeneric | 7.1 | Not reported |
Published upstream
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 4, 2026
In the Linux kernel, the following vulnerability has been resolved: HID: huawei: fix missing hid_is_usb() check to_usb_interface() can only be used on a hid_device whose parent is really USB; uhid can create devices that identify as being on BUS_USB, but don't actually have a USB parent. Fix the use of to_usb_interface() without a hid_is_usb() check. I have verified that it is currently possible to trigger a kernel splat due to this bug in an ASAN build, and that this commit fixes the issue.
Quoted source text, attributed separately from HOL analysis.