Lucene search

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

CVE-2024-39484 mmc: davinci: Don't strip remove function when driver is builtin

2024-07-0506:55:11
Linux
www.cve.org
8
linux kernel
vulnerability
resolved
mmc
davinci
remove function
builtin
resource leaks

EPSS

0

Percentile

5.1%

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

mmc: davinci: Don’t strip remove function when driver is builtin

Using __exit for the remove function results in the remove callback being
discarded with CONFIG_MMC_DAVINCI=y. When such a device gets unbound (e.g.
using sysfs or hotplug), the driver is just removed without the cleanup
being performed. This results in resource leaks. Fix it by compiling in the
remove callback unconditionally.

This also fixes a W=1 modpost warning:

WARNING: modpost: drivers/mmc/host/davinci_mmc: section mismatch in
reference: davinci_mmcsd_driver+0x10 (section: .data) ->
davinci_mmcsd_remove (section: .exit.text)

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/mmc/host/davinci_mmc.c"
    ],
    "versions": [
      {
        "version": "b4cff4549b7a",
        "lessThan": "6ff7cfa02baa",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4cff4549b7a",
        "lessThan": "aea35157bb9b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4cff4549b7a",
        "lessThan": "5ee241f72edc",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4cff4549b7a",
        "lessThan": "7590da4c04dd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4cff4549b7a",
        "lessThan": "1d5ed0efe51d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b4cff4549b7a",
        "lessThan": "55c421b36448",
        "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/mmc/host/davinci_mmc.c"
    ],
    "versions": [
      {
        "version": "2.6.33",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "2.6.33",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.221",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.162",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.95",
        "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"
      }
    ]
  }
]