PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64171 Linux CVE debrief

The Linux kernel was found to have a vulnerability in the i2c: tegra component. A patch has been applied to fix a pm_runtime leak on mutex_lock failure. If tegra_i2c_mutex_lock() fails, the function returns without calling pm_runtime_put(), causing a runtime PM reference leak. This prevents the device from entering runtime suspend. The vulnerability has a medium defensive priority, and Linux kernel users and maintainers should be aware of this vulnerability and ensure the patch is applied to prevent potential issues with the i2c: tegra component.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-08-13
Advisory published
2026-07-19
Advisory updated
2026-08-13

Who should care

Linux kernel users and maintainers, as well as security teams and operators responsible for maintaining and securing Linux-based systems, should be aware of this vulnerability and ensure the patch is applied to prevent potential issues with the i2c: tegra component. Additionally, those responsible for vulnerability management, platform security, and affected product deployments should review the patch and assess their exposure.

Technical summary

The vulnerability exists in the Linux kernel's i2c: tegra component. When tegra_i2c_mutex_lock() fails, the function returns without calling pm_runtime_put(), resulting in a leaked runtime PM reference. This prevents the device from entering runtime suspend. A patch has been applied to add the missing pm_runtime_put() call. The patch ensures that the runtime PM reference is properly released, even in the event of a mutex lock failure.

Defensive priority

Medium

Recommended defensive actions

  • Apply the patch to fix the pm_runtime leak on mutex_lock failure in the Linux kernel's i2c: tegra component.
  • Ensure the Linux kernel is updated with the latest patches.
  • Monitor the Linux kernel for future vulnerabilities and updates.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record was published on 2026-07-19T16:17:59.283Z and has not been modified since then. The NVD entry is currently Received. The Linux kernel vulnerability in the i2c: tegra component was patched to fix a pm_runtime leak on mutex_lock failure. Evidence of the vulnerability's existence and impact is limited to the provided CVE and NVD details. Defenders should verify the patch application and monitor for potential issues.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64171 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64171

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64171 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64171

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/57cf4e8d6a57dc2ef5810f4852a23ba4c71b74bb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8f7ed203b39004c02479a9156089d87d1ac2c1d8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.