CVE-2026-74520

8.8

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel iommufd component, specifically within the iopf_group_alloc function, due to improper management of IOPF group ownership.

Executive summary

A use-after-free flaw in the Linux kernel iommufd subsystem could allow a local attacker to achieve privilege escalation or system instability.

Vulnerability

This is a memory corruption vulnerability involving use-after-free conditions. It occurs when an IOPF group is incorrectly linked to the pending list before the domain fault handler is invoked, requiring low-level local privileges to trigger.

Business impact

Successful exploitation of this vulnerability allows an attacker with local access to potentially execute arbitrary code or cause a kernel panic, leading to unauthorized system access or denial of service. With a CVSS score of 8.8, this vulnerability carries a high severity rating due to its potential for full system compromise, despite the requirement for local access.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.44, 7.1.8, or later to incorporate the necessary security patches.

Proactive Monitoring: Monitor system logs for kernel oops or unexpected system crashes that may indicate exploitation attempts.

Compensating Controls: Restrict local shell access to untrusted users and ensure that kernel hardening features, such as KASLR, are enabled to increase the difficulty of exploitation.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the high CVSS score and the critical nature of kernel-level vulnerabilities, organizations should prioritize patching their Linux environments. Applying the vendor-supplied updates is the only definitive way to resolve this memory management flaw and protect against potential local privilege escalation.

More Linux CVEs