HID: sensor-hub: Fix out-of-bounds write in sensor_hub_get_feature
Summary
| CVE | CVE-2026-89729 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-11 20:20:03 UTC |
| Updated | 2026-09-11 20:20:03 UTC |
| Description | In the Linux kernel, the following vulnerability has been resolved:
HID: sensor-hub: Fix out-of-bounds write in sensor_hub_get_feature
sensor_hub_get_feature() clamps its return value to the caller's buffer
size, but the copy loop still copies field->report_size / 8 bytes for
each report value. A malicious HID descriptor can advertise a large
feature field size while an IIO caller supplies a small stack buffer,
such as a single s32, causing an out-of-bounds write.
HID core stores parsed report values in __s32 slots and clamps extracted
values to 32 bits. Reject feature fields that require more than one slot
per value, guard the total byte count calculation, and clamp each
per-value copy to the remaining caller buffer. |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 5459ada2b3cd69e6bf1b0c034feb810975d0072b fa95b14198b6c8ea721b4784f466d3c2c2bac83a git |
Not specified |
| CNA |
Linux |
Linux |
affected 5459ada2b3cd69e6bf1b0c034feb810975d0072b 9f43499ce6458a572b781f6bb46c464ab59fa825 git |
Not specified |
| CNA |
Linux |
Linux |
affected 5459ada2b3cd69e6bf1b0c034feb810975d0072b bc3d72c44bff17688dc5f3e5132a53b51dae0f04 git |
Not specified |
| CNA |
Linux |
Linux |
affected 5459ada2b3cd69e6bf1b0c034feb810975d0072b c92693f3ed099401d0383ef35ca1fe1e6ba033de git |
Not specified |
| CNA |
Linux |
Linux |
affected 4.9 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 4.9 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.109 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.50 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2.4 7.2.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.3-rc1 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/fa95b14198b6c8ea721b4784f466d3c2c2bac83a |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/bc3d72c44bff17688dc5f3e5132a53b51dae0f04 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/c92693f3ed099401d0383ef35ca1fe1e6ba033de |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/9f43499ce6458a572b781f6bb46c464ab59fa825 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.