
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68752 is a NULL pointer dereference vulnerability in the Linux kernel's iavf (Intel Adaptive Virtual Function) network driver. The ptp_clock_settime() function incorrectly assumes every PTP clock device has implemented the settime64() callback; because the iavf driver omits this implementation, invoking the function results in a NULL dereference. The vulnerability was published on January 5, 2026, and affects Linux kernel versions prior to the patch commits. It carries a CVSS v3.1 base score of 7.0 (High) with local attack vector and high complexity (Red Hat CVE, Red Hat Bugzilla).
The root cause is a missing function pointer implementation (CWE-476: NULL Pointer Dereference) in the iavf driver's PTP clock operations structure. The ptp_clock_settime() kernel function dereferences the settime64 function pointer without first checking whether it is NULL, which is a valid state for drivers that do not support time-setting. An attacker or process with local access and sufficient privileges to invoke PTP clock operations on an iavf-backed interface can trigger the dereference. The fix stubs settime64() to return -EOPNOTSUPP, mirroring the approach taken in commit 329d050bbe63 for the gve driver (Red Hat Bugzilla, kernel.org patch 1).
Successful exploitation causes a kernel NULL pointer dereference, leading to a kernel panic or system crash and resulting in a denial-of-service condition. Because the crash occurs in kernel space, it affects the entire host system, not just a single process or container, potentially disrupting all workloads running on the affected machine. There is no evidence of confidentiality or integrity impact beyond the availability loss caused by the crash (Red Hat CVE).
/var/log/kern.log or dmesg output referencing a NULL pointer dereference in ptp_clock_settime() or the iavf driver module.iavf virtual function network adapters with PTP clock functionality enabled.vmcore) generated by kdump following an unexpected kernel panic on systems with iavf adapters.Apply Linux kernel updates containing the fix commits: 1e43ebcd5152b3e681a334cc6542fb21770c3a2e, 6d080f810ffd6b8e002ce5bee8b9c551ca2535c2, and 9e3dbc3bb2e2aa728b49422b2e5344488f93f690 (kernel.org patch 1, kernel.org patch 2, kernel.org patch 3). Distribution-specific updates from vendors such as Red Hat should be applied as they become available. As a temporary workaround where patching is not immediately possible, restricting local user access to PTP clock device operations (e.g., via capability controls limiting CAP_SYS_TIME) 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."