Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2023-52730
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52730

2024-05-2116:15:13
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
26
linux kernel
vulnerability
cve-2023-52730
resource leaks
sdio function
fix
mmc

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

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

mmc: sdio: fix possible resource leaks in some error paths

If sdio_add_func() or sdio_init_func() fails, sdio_remove_func() can
not release the resources, because the sdio function is not presented
in these two cases, it won’t call of_node_put() or put_device().

To fix these leaks, make sdio_func_present() only control whether
device_del() needs to be called or not, then always call of_node_put()
and put_device().

In error case in sdio_init_func(), the reference of ‘card->dev’ is
not get, to avoid redundant put in sdio_free_func_cis(), move the
get_device() to sdio_alloc_func() and put_device() to sdio_release_func(),
it can keep the get/put function be balanced.

Without this patch, while doing fault inject test, it can get the
following leak reports, after this fix, the leak is gone.

unreferenced object 0xffff888112514000 (size 2048):
comm “kworker/3:2”, pid 65, jiffies 4294741614 (age 124.774s)
hex dump (first 32 bytes):
00 e0 6f 12 81 88 ff ff 60 58 8d 06 81 88 ff ff …o…`X…
10 40 51 12 81 88 ff ff 10 40 51 12 81 88 ff ff .@Q…@Q…
backtrace:
[<000000009e5931da>] kmalloc_trace+0x21/0x110
[<000000002f839ccb>] mmc_alloc_card+0x38/0xb0 [mmc_core]
[<0000000004adcbf6>] mmc_sdio_init_card+0xde/0x170 [mmc_core]
[<000000007538fea0>] mmc_attach_sdio+0xcb/0x1b0 [mmc_core]
[<00000000d4fdeba7>] mmc_rescan+0x54a/0x640 [mmc_core]

unreferenced object 0xffff888112511000 (size 2048):
comm “kworker/3:2”, pid 65, jiffies 4294741623 (age 124.766s)
hex dump (first 32 bytes):
00 40 51 12 81 88 ff ff e0 58 8d 06 81 88 ff ff .@Q…X…
10 10 51 12 81 88 ff ff 10 10 51 12 81 88 ff ff …Q…Q…
backtrace:
[<000000009e5931da>] kmalloc_trace+0x21/0x110
[<00000000fcbe706c>] sdio_alloc_func+0x35/0x100 [mmc_core]
[<00000000c68f4b50>] mmc_attach_sdio.cold.18+0xb1/0x395 [mmc_core]
[<00000000d4fdeba7>] mmc_rescan+0x54a/0x640 [mmc_core]

Affected configurations

Vulners
Node
linuxlinux_kernelRange2.6.334.14.306
OR
linuxlinux_kernelRange4.15.04.19.273
OR
linuxlinux_kernelRange4.20.05.4.232
OR
linuxlinux_kernelRange5.5.05.10.169
OR
linuxlinux_kernelRange5.11.05.15.95
OR
linuxlinux_kernelRange5.16.06.1.13
OR
linuxlinux_kernelRange6.2.0

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/mmc/core/sdio_bus.c",
      "drivers/mmc/core/sdio_cis.c"
    ],
    "versions": [
      {
        "version": "3d10a1ba0d37",
        "lessThan": "92ff03c2563c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "5c7858adada3",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "761db46b29b4",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "30716d9f0fa1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "1e06cf04239e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "f855d31bb38d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3d10a1ba0d37",
        "lessThan": "605d9fb9556f",
        "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/core/sdio_bus.c",
      "drivers/mmc/core/sdio_cis.c"
    ],
    "versions": [
      {
        "version": "2.6.33",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "2.6.33",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.14.306",
        "lessThanOrEqual": "4.14.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.273",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.232",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.169",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.95",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.13",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.2",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%