PT-2026-90147 · Linux · Linux
CVE-2026-81017
·
Publicado
2026-09-11
·
Atualizado
2026-09-11
CVSS v3.1
8.4
Alta
| Vetor | AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
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.
Correção
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux