CVE-2026-81017: platform/chrome: sensorhub: Bound the EC-reported sensor number

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

platform/chrome: sensorhub: Bound the EC-reported sensor number

Each EC FIFO event carries an 8-bit sensor number (in->sensornum). crosecsensorhubringhandler() validates the FIFO event count, the per-read count and the ring bound, but not the sensor number, which crosecsensorringprocessevent() then uses unchecked to index sensorhub->batchstate[] - allocated with only sensorhub->sensornum entries. A sensor number of sensornum or larger is an out-of-bounds read and write of batchstate[].

Validate the sensor number in the ring handler, where each event is read from the EC, and drop a malformed event before it is used.

Affected Software

1 affected component
The Linux Kernel Community Linux Kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the memory-safety issue?

The embedded controller must provide a FIFO event whose 8-bit sensor number is greater than or equal to the number of sensors allocated by the sensor hub. That value is then used to index the batch_state array outside its bounds.

2

Which systems are exposed?

Exposure is limited to systems using the Chrome platform sensorhub path that accepts FIFO events from an embedded controller. The provided data does not identify affected kernel versions or default configurations.

3

What does the fix do?

The fix validates each EC-reported sensor number in the ring handler and drops malformed events before they reach the code that indexes batch_state.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203