CVE-2026-81017
Reported by Linux · Published September 11, 2026
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->sensor_num). cros_ec_sensorhub_ring_handler() validates the FIFO event count, the per-read count and the ring bound, but not the sensor number, which cros_ec_sensor_ring_process_event() then uses unchecked to index sensorhub->batch_state[] - allocated with only sensorhub->sensor_num entries. A sensor number of sensor_num or larger is an out-of-bounds read and write of batch_state[]. 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.
EPSS 0.18% · 8.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 145d59baff5944b71551ac518d7fd7d377a9c820, 145d59baff5944b71551ac518d7fd7d377a9c820, 145d59baff5944b71551ac518d7fd7d377a9c820 |
| Linux | Linux | 5.7, 0, 5.10.270 |
| linux | linux_kernel | 5.7, 5.7, 5.7 |
| Linux | Linux | 145d59baff5944b71551ac518d7fd7d377a9c820, 145d59baff5944b71551ac518d7fd7d377a9c820, 145d59baff5944b71551ac518d7fd7d377a9c820 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 14, 2026 CVE Updated
- Sep 16, 2026 EPSS Score