{
  "affected": [
    {
      "database_specific": {
        "unresolved_ranges": [
          {
            "events": [
              {
                "introduced": "5.6"
              },
              {
                "fixed": "5.10.37"
              }
            ]
          },
          {
            "events": [
              {
                "introduced": "5.11"
              },
              {
                "fixed": "5.11.21"
              }
            ]
          },
          {
            "events": [
              {
                "introduced": "5.12"
              },
              {
                "fixed": "5.12.4"
              }
            ]
          }
        ]
      }
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: stm32f7: fix reference leak when pm_runtime_get_sync fails\n\nThe PM reference count is not expected to be incremented on\nreturn in these stm32f7_i2c_xx serious functions.\n\nHowever, pm_runtime_get_sync will increment the PM reference\ncount even failed. Forgetting to putting operation will result\nin a reference leak here.\n\nReplace it with pm_runtime_resume_and_get to keep usage\ncounter balanced.",
  "id": "CVE-2020-36779",
  "modified": "2026-03-13T21:52:40.002010517Z",
  "published": "2024-02-28T09:15:36.617Z",
  "references": [
    {
      "type": "FIX",
      "url": "https://git.kernel.org/stable/c/2c662660ce2bd3b09dae21a9a9ac9395e1e6c00b"
    },
    {
      "type": "FIX",
      "url": "https://git.kernel.org/stable/c/c323b270a52a26aa8038a4d1fd9a850904a41166"
    },
    {
      "type": "FIX",
      "url": "https://git.kernel.org/stable/c/c7ea772c9fcf711ed566814b92eecaffc0e2bfd0"
    },
    {
      "type": "FIX",
      "url": "https://git.kernel.org/stable/c/d791b90f5c5e5aa8ccf9e33386c16bd2b7e333a4"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ]
}