Lucene search

K
prionPRIOn knowledge basePRION:CVE-2024-26593
HistoryFeb 23, 2024 - 10:15 a.m.

Spoofing

2024-02-2310:15:00
PRIOn knowledge base
www.prio-n.com
6
linux kernel
vulnerability
i2c
block process call transactions
intel datasheets
software
buffer index
driver
nvd

7.6 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

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

i2c: i801: Fix block process call transactions

According to the Intel datasheets, software must reset the block
buffer index twice for block process call transactions: once before
writing the outgoing data to the buffer, and once again before
reading the incoming data from the buffer.

The driver is currently missing the second reset, causing the wrong
portion of the block buffer to be read.