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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-23 10:15
Updated : 2024-06-25 23:15
NVD link : CVE-2024-26593
Mitre link : CVE-2024-26593
CVE.ORG link : CVE-2024-26593
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read