PT-2026-90445 · Linux · Linux

CVE-2026-89729

·

Published

2026-09-11

·

Updated

2026-09-11

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-89729

Affected Products

Linux