Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2021-47425
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47425

2024-05-2115:15:27
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
27
linux kernel
vulnerability fixed
reconfiguration device

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

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

i2c: acpi: fix resource leak in reconfiguration device addition

acpi_i2c_find_adapter_by_handle() calls bus_find_device() which takes a
reference on the adapter which is never released which will result in a
reference count leak and render the adapter unremovable. Make sure to
put the adapter after creating the client in the same manner that we do
for OF.

[wsa: fixed title]

Affected configurations

Vulners
Node
linuxlinux_kernelRange4.84.14.251
OR
linuxlinux_kernelRange4.15.04.19.211
OR
linuxlinux_kernelRange4.20.05.4.153
OR
linuxlinux_kernelRange5.5.05.10.73
OR
linuxlinux_kernelRange5.11.05.14.12
OR
linuxlinux_kernelRange5.15.0

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/i2c/i2c-core-acpi.c"
    ],
    "versions": [
      {
        "version": "525e6fabeae2",
        "lessThan": "b8090a84d775",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "525e6fabeae2",
        "lessThan": "3d9d458a8aaa",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "525e6fabeae2",
        "lessThan": "60bacf259e8c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "525e6fabeae2",
        "lessThan": "f86de018fd7a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "525e6fabeae2",
        "lessThan": "90f1077c9184",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "525e6fabeae2",
        "lessThan": "6558b646ce1c",
        "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/i2c-core-acpi.c"
    ],
    "versions": [
      {
        "version": "4.8",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.8",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.14.251",
        "lessThanOrEqual": "4.14.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.211",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.153",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.73",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.14.12",
        "lessThanOrEqual": "5.14.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%