Lucene search

K
cvelistLinuxCVELIST:CVE-2024-32936
HistoryJun 24, 2024 - 1:56 p.m.

CVE-2024-32936 media: ti: j721e-csi2rx: Fix races while restarting DMA

2024-06-2413:56:48
Linux
www.cve.org
6
linux
kernel
vulnerability
media driver
ti
j721e-csi2rx
dma
race
kernel crash

EPSS

0

Percentile

9.1%

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

media: ti: j721e-csi2rx: Fix races while restarting DMA

After the frame is submitted to DMA, it may happen that the submitted
list is not updated soon enough, and the DMA callback is triggered
before that.

This can lead to kernel crashes, so move everything in a single
lock/unlock section to prevent such races.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c"
    ],
    "versions": [
      {
        "version": "b4a3d877dc92",
        "lessThan": "80a8b92950f8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4a3d877dc92",
        "lessThan": "ad79c9ecea5b",
        "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/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c"
    ],
    "versions": [
      {
        "version": "6.7",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.7",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.4",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.1%