
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68213 is a NULL pointer dereference vulnerability in the Linux kernel's idpf (Intel Infrastructure Data Path Function) network driver. It occurs in the idpf_remove() function when the driver is unloaded after a vport fails to initialize — for example, during a failed Virtual Function (VF) creation attempt following a hardware reset or transaction timeout. The vulnerability was published on December 16, 2025, and affects Linux kernel versions prior to the patched commits in stable branches (6.12.60 and 6.17.10). It carries an estimated CVSS severity of Medium with an EPSS score of approximately 0.017% (Feedly, CVE.org).
The root cause is a missing NULL pointer check (CWE-476: NULL Pointer Dereference) in the idpf_remove() function of the Linux kernel's idpf driver. When a vport fails to initialize (e.g., due to a hardware reset or a timed-out transaction with the device), the vport_config[i] pointer may remain NULL. The driver's cleanup path then attempts to dereference this pointer to free user_config.q_coalesce, triggering a kernel panic. The fix adds a NULL check for vport_config[i] before the dereference in the removal path. Exploitation requires local access and the ability to trigger driver removal under the specific failure condition (Feedly, Kernel Patch 1).
Successful triggering of this vulnerability causes a kernel NULL pointer dereference, resulting in a kernel panic (BUG) and system crash, leading to a denial of service (DoS) for the affected host. There is no evidence of confidentiality or integrity impact — the vulnerability does not enable code execution or privilege escalation. The affected scope is limited to Linux systems using the idpf driver (typically Intel infrastructure NICs with SR-IOV/VF support) where driver removal is attempted after a failed vport initialization (Feedly).
The Linux kernel maintainers have released patches addressing this vulnerability in stable branches. Fixed versions include Linux kernel 6.12.60 and 6.17.10, with patches applied via commits a0e1c9bc1c9f, d5be8663cff0, and 11808236 8c2b (Kernel Patch 1, Kernel Patch 2, Kernel Patch 3). Ubuntu has issued security notices USN-8094-1 through USN-8094-5 and USN-8152-1 addressing this CVE (Ubuntu USN-8094-1, Ubuntu USN-8152-1). Oracle has also released a fix via ELSA-2026-50112. Administrators should update to a patched kernel version; as a temporary workaround, avoiding SR-IOV VF creation on systems with unstable idpf hardware can reduce exposure.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."