Answer in brief
CVE-2026-89626 records a Unknown severity vulnerability in HID: sensor: custom: Fix field sysfs group cleanup on failure. 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 | >=4a7de0519df5e8fb89cef6ee062330ffe4b50a4d <79154fad98ee843e5363940841e2d831503c190a || >=4a7de0519df5e8fb89cef6ee062330ffe4b50a4d <f3f37b937a6ea2a00fb5e6189e74f855caa43eb5 || >=4a7de0519df5e8fb89cef6ee062330ffe4b50a4d <d96f8958d4469ac02d9c563686cdd968005b944d || >=4a7de0519df5e8fb89cef6ee062330ffe4b50a4d <3789d0802ddb4b3be04062caf4bfadd23496e9a7 | 79154fad98ee843e5363940841e2d831503c190a, f3f37b937a6ea2a00fb5e6189e74f855caa43eb5, d96f8958d4469ac02d9c563686cdd968005b944d, 3789d0802ddb4b3be04062caf4bfadd23496e9a7 |
| Linux/Linuxgeneric | 4.1 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hid_sensor_custom_add_attributes() creates one sysfs group for each custom sensor field. If sysfs_create_group() fails after some groups have already been created, the function returns the error without removing the previously created groups. Add a local unwind path to remove the groups that were already created. With enable_sensor exposed only after the field attributes are ready, this path can free sensor_inst->fields without leaving enable_sensor able to access pointers into that array.
Quoted source text, attributed separately from HOL analysis.