Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2020-36782
HistoryFeb 28, 2024 - 8:13 a.m.

CVE-2020-36782 i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails

2024-02-2808:13:04
Linux
github.com
3
cve-2020-36782
i2c
imx-lpi2c
reference leak
linux kernel

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

CNA Affected

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

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial