Answer in brief
CVE-2026-80774 records a Unknown severity vulnerability in HID: asus: 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 | >=ff38cf0bd888fe15789a7193d07c4a876388d520 <bdb2e0a2a359e473ca5619e35adee89028697239 || >=00e005c952f74f50a3f86af96f56877be4685e14 <8b5debb6252cd1e2b6c7adf8f95761a0e743d2cf || >=00e005c952f74f50a3f86af96f56877be4685e14 <1ddc2f5913bec7a846544d51a8f7a8119573b2a1 || >=00e005c952f74f50a3f86af96f56877be4685e14 <ee883906cf6685d753af9c2d2ca9fd6f63197726 || >=00e005c952f74f50a3f86af96f56877be4685e14 <02bf61dfb44f17ec187d1da1a82495951bbd12df || 02d5431198f10e7c6e31f4138c14cfe400ec55a7 || >=6.12.35 <6.12.108 || >=6.15.4 <6.16 | bdb2e0a2a359e473ca5619e35adee89028697239, 8b5debb6252cd1e2b6c7adf8f95761a0e743d2cf, 1ddc2f5913bec7a846544d51a8f7a8119573b2a1, ee883906cf6685d753af9c2d2ca9fd6f63197726, 02bf61dfb44f17ec187d1da1a82495951bbd12df, 6.12.108, 6.16 |
| Linux/Linuxgeneric | 6.16 | 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: asus: 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.