Lucene search

K
cvelistLinuxCVELIST:CVE-2024-39481
HistoryJul 05, 2024 - 6:55 a.m.

CVE-2024-39481 media: mc: Fix graph walk in media_pipeline_start

2024-07-0506:55:09
Linux
www.cve.org
7
linux kernel
media
vulnerability

EPSS

0

Percentile

5.1%

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

media: mc: Fix graph walk in media_pipeline_start

The graph walk tries to follow all links, even if they are not between
pads. This causes a crash with, e.g. a MEDIA_LNK_FL_ANCILLARY_LINK link.

Fix this by allowing the walk to proceed only for MEDIA_LNK_FL_DATA_LINK
links.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/media/mc/mc-entity.c"
    ],
    "versions": [
      {
        "version": "ae219872834a",
        "lessThan": "788fd0f11e45",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ae219872834a",
        "lessThan": "e80d9db99b7b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ae219872834a",
        "lessThan": "bee9440bc0b6",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ae219872834a",
        "lessThan": "8a9d420149c4",
        "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/mc/mc-entity.c"
    ],
    "versions": [
      {
        "version": "6.1",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.1",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.94",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.34",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.5",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]