CVE-2026-89626

HIGHCVSS 8.8/10EPSS 0.32%

Last modified

CVE-2026-89626 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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.. EPSS estimates a 0.32% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
0.32%

25.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < 416194933af63bd58d03b7605b1ebc1711186838; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < d0e15091e88d18e30b67daf85b88f6528bb9bf41; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < 10b05fafff932e325896d59dde40938954ab4577; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < 2409779f3096fcef41bcf57b5f4887d0fa0dc8dd; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < 79154fad98ee843e5363940841e2d831503c190a; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < f3f37b937a6ea2a00fb5e6189e74f855caa43eb5; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < d96f8958d4469ac02d9c563686cdd968005b944d; >= 4a7de0519df5e8fb89cef6ee062330ffe4b50a4d, < 3789d0802ddb4b3be04062caf4bfadd23496e9a7
LinuxLinux4.1

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89626?
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.
How severe is CVE-2026-89626?
CVE-2026-89626 has a CVSS score of 8.8/10 (HIGH severity). The EPSS model estimates a 0.32% probability of exploitation in the next 30 days.
How do I fix CVE-2026-89626?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89626?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST