Lucene search

K
cvelistLinuxCVELIST:CVE-2024-26593
HistoryFeb 23, 2024 - 9:09 a.m.

CVE-2024-26593 i2c: i801: Fix block process call transactions

2024-02-2309:09:10
Linux
www.cve.org
2
linux kernel
intel datasheets
block process call
transactions
driver
buffer
vulnerability

7.4 High

AI Score

Confidence

High

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.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/i2c/busses/i2c-i801.c"
    ],
    "versions": [
      {
        "version": "315cd67c9453",
        "lessThan": "d074d5ff5ae7",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "7a14b8a477b8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "1f8d0691c505",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "491528935c9c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "6be99c51829b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "609c7c1cc976",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "315cd67c9453",
        "lessThan": "c1c9d0f6f7f1",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/i2c/busses/i2c-i801.c"
    ],
    "versions": [
      {
        "version": "5.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.269",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.210",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.149",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.79",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.18",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.6",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]