Lucene search

K
cveLinuxCVE-2020-36782
HistoryFeb 28, 2024 - 9:15 a.m.

CVE-2020-36782

2024-02-2809:15:36
Linux
web.nvd.nist.gov
74
linux
kernel
vulnerability
i2c
imx-lpi2c
cve-2020-36782
nvd

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%

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

i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails

The PM reference count is not expected to be incremented on
return in lpi2c_imx_master_enable.

However, pm_runtime_get_sync will increment the PM reference
count even failed. Forgetting to putting operation will result
in a reference leak here.

Replace it with pm_runtime_resume_and_get to keep usage
counter balanced.

Affected configurations

Vulners
Node
linuxlinux_kernelRange4.165.4.119
OR
linuxlinux_kernelRange5.5.05.10.37
OR
linuxlinux_kernelRange5.11.05.11.21
OR
linuxlinux_kernelRange5.12.05.12.4
OR
linuxlinux_kernelRange5.13.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/i2c/busses/i2c-imx-lpi2c.c"
    ],
    "versions": [
      {
        "version": "13d6eb20fc79",
        "lessThan": "815859cb1d23",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "13d6eb20fc79",
        "lessThan": "cc49d2064142",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "13d6eb20fc79",
        "lessThan": "bb300acc867e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "13d6eb20fc79",
        "lessThan": "b100650d80cd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "13d6eb20fc79",
        "lessThan": "278e5bbdb9a9",
        "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/busses/i2c-imx-lpi2c.c"
    ],
    "versions": [
      {
        "version": "4.16",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.16",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.119",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.37",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.11.21",
        "lessThanOrEqual": "5.11.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.12.4",
        "lessThanOrEqual": "5.12.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.13",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%