Answer in brief
CVE-2026-93826 records a High severity (CVSS 7.5) vulnerability in HID: hidpp: fix potential UAF in hidpp_connect_event(). The current sources do not mark it as known exploited. The current feed maps 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 7.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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3b8b2e58b078cd30e121401535541bb8a6d57133 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3303398cc2aa255ba251650a30024e11d48ea6c3 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <6df6b1f2c49678211f65647c300bc51dda02893b || >=0 <6.12.111 || >=0 <6.18.53 | 3b8b2e58b078cd30e121401535541bb8a6d57133, 3303398cc2aa255ba251650a30024e11d48ea6c3, 6df6b1f2c49678211f65647c300bc51dda02893b, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: HID: hidpp: fix potential UAF in hidpp_connect_event() If input_register_device() fails, we call input_free_device(), but keep stale pointer to the old device in hidpp->input, which could potentially lead to UAF. Fix that by resetting it to NULL before returning from hidpp_connect_event().
Quoted source text, attributed separately from HOL analysis.