CVE-2026-80950

Linux · Kernel

A race condition in the Renesas I3C driver for the Linux kernel allows local attackers to trigger a use-after-free by accessing memory after a transfer timeout, potentially leading to system crashes.

Executive summary

A high-severity use-after-free vulnerability in the Renesas I3C driver for the Linux kernel could allow a local authenticated attacker to cause a system crash.

Vulnerability

This is a race condition vulnerability within the Renesas I3C driver. An attacker with local privileges can exploit the asynchronous transfer model: when a transfer times out and is freed, a subsequent interrupt can trigger the handler to access the now-freed memory, leading to a use-after-free scenario.

Business impact

The vulnerability carries a CVSS score of 7.8, indicating a high risk to system stability. A successful exploit allows a local attacker to crash the affected system, resulting in unplanned downtime and potential service disruption for dependent applications. While the attack requires local access, the impact on availability makes this a significant concern for production environments.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.50, 7.2.4, or later versions where the fix has been implemented.

Proactive Monitoring: Monitor system logs for kernel panic messages or I3C driver errors that may indicate exploitation attempts or unexpected driver behavior.

Compensating Controls: Restrict local access to critical infrastructure components and ensure that only authorized users have the ability to execute code on systems utilizing Renesas I3C hardware.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the potential for system instability and service disruption, administrators should prioritize patching the Linux kernel on all systems utilizing the Renesas I3C driver. Implementing the vendor-provided updates is the only definitive way to resolve the underlying race condition and prevent potential exploitation.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.8 (3.1)
  4. Analyst report written

Sources