LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36780: i2c: sprd: fix reference leak when pm_runtime_get_sync fails

In the Linux kernel, the following vulnerability has been resolved: i2c: sprd: fix reference leak when pm_runtime_get_sync fails The PM reference count is not expected to be incremented on return in sprd_i2c_master_xfer() and sprd_i2c_remove(). 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.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36780 is a Linux kernel availability issue in the sprd I2C driver. When a runtime power-management resume call fails, the driver can leave a reference count unbalanced. Over time or under specific failure conditions, this can contribute to denial of service. The cited CVSS score is 4.7, and no source says it is actively exploited.

Executive priority

Handle through normal kernel patch management unless the affected driver is present on systems exposed to untrusted local users or workloads. Business urgency is moderate because impact is denial of service only, but kernel reliability defects can matter on embedded, mobile, or appliance-style platforms.

Technical view

The flaw is a PM runtime reference leak in sprd_i2c_master_xfer() and sprd_i2c_remove(). pm_runtime_get_sync increments the usage counter even on failure; missing the corresponding put operation leaves the counter unbalanced. Stable fixes replace it with pm_runtime_resume_and_get. Impact is availability only, local attack vector, high complexity, and low privileges required.

Likely exposure

Exposure appears limited to Linux systems running affected kernel versions with the sprd I2C driver present or relevant. The bundle lists Linux as affected and provides stable kernel fix commits. Systems without this driver or already carrying the referenced fixes are less likely exposed.

Exploitation context

The CVSS vector is local, high-complexity, low-privilege, no user interaction, and availability-only. KEV is false, and the supplied sources do not report active exploitation or public weaponization. Evidence supports treating this as a reliability and local denial-of-service risk, not a remote compromise issue.

Researcher notes

The key evidence is the upstream fix rationale: pm_runtime_get_sync can increment the PM reference count even when it fails, so the usage counter can leak. The source bundle does not provide exploit details, affected distributions, or non-kernel mitigations. Validate exposure through kernel source/package provenance and driver presence.

Mitigation direction

  • Apply Linux kernel updates containing the referenced stable fixes.
  • Confirm downstream vendor kernels have backported the sprd I2C runtime PM fix.
  • Prioritize systems where local untrusted users or workloads can reach affected kernels.
  • If no update is available, monitor vendor guidance; no workaround is named in sources.

Validation and detection

  • Inventory Linux kernel versions against the affected and fixed versions in vendor advisories.
  • Check whether the deployed kernel includes one of the referenced stable commits.
  • Determine whether the sprd I2C driver is built, loaded, or used on target systems.
  • Review vendor kernel changelogs for the pm_runtime_resume_and_get backport.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2020-36780 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H13.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2020-36780Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8b9ec0719834fe66146d138d62ed66cef025c864, 8b9ec0719834fe66146d138d62ed66cef025c864, 8b9ec0719834fe66146d138d62ed66cef025c864, 8b9ec0719834fe66146d138d62ed66cef025c864, 8b9ec0719834fe66146d138d62ed66cef025c864unaffected
LinuxLinux4.14, 0, 5.4.119, 5.10.37, 5.11.21, 5.12.4, 5.13affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.