
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23210 is a NULL pointer dereference vulnerability (CWE-476) in the Linux kernel's ice driver PTP (Precision Time Protocol) module. It arises from a race condition during VSI (Virtual Station Interface) rebuild operations, where PTP periodic work accesses a NULL vsi->rx_rings pointer. The vulnerability affects Linux kernel versions 6.9 through 6.18.9 and 6.19-rc1 through 6.19-rc8. It was published on February 14, 2026, with patches added on March 18, 2026. It carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).
The root cause is a race condition (CWE-476) in the ice driver's PTP subsystem. The flawed sequence is: (1) ice_ptp_prepare_for_reset() cancels PTP work, (2) ice_ptp_rebuild() immediately re-queues PTP work, (3) VSI rebuild occurs after ice_ptp_rebuild(), and (4) the PTP periodic work executes and calls ice_ptp_update_cached_phctime(), which dereferences vsi->rx_rings — now NULL because the VSI has not yet been fully rebuilt. The fix introduces an ice_ptp_queue_work() helper that ensures PTP work is only queued after VSI rebuild completes in ice_rebuild(), and only when PTP is supported and the state is ICE_PTP_READY. Patches are available at the upstream kernel stable tree (Kernel Patch 1, Kernel Patch 2).
Successful exploitation causes a kernel NULL pointer dereference, resulting in a kernel oops/crash (denial of service), as evidenced by the error log: BUG: kernel NULL pointer dereference, address: 0x0 in ice_ptp_update_cached_phctime. The impact is limited strictly to availability — there is no confidentiality or integrity compromise. Affected systems running the vulnerable kernel versions with Intel ice-based NICs (e.g., Intel E800 series) may become unstable or unavailable during PTP reset/rebuild operations (Feedly).
BUG: kernel NULL pointer dereference, address: 0000000000000000 originating from the ice module; stack traces referencing ice_ptp_update_cached_phctime, ice_ptp_periodic_work, or ice-ptp-<PCI address> kernel threads.ice-ptp-<PCI address> kernel worker thread (e.g., ice-ptp-0000:60:00.1) during PTP reset or VSI rebuild operations.Update the Linux kernel to version 6.18.10 or later, which includes the fix. Specific upstream patches are available at commit 7565d4df66b6 and fc6f36eaaedcf4b8 in the stable kernel tree. Downstream distributions have also issued updates: Red Hat (RHSA-2026:6570, RHSA-2026:18134, RHSA-2026:22334, RHSA-2026:23224), Rocky Linux (RLSA-2026:6570), AlmaLinux, and Debian (DSA-6238-1, linux 6.12.85). Systems running kernel versions 6.9–6.18.9 or 6.19-rc1 through 6.19-rc8 with Intel ice NICs should be prioritized for patching (Feedly, Red Hat Advisory).
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."