Security readout for executives and security teams
Plain-English summary
This is a Linux kernel crash bug in the ice network driver. During a reset/rebuild, Precision Time Protocol background work can restart too early and access missing receive-ring data, causing a NULL pointer dereference. The practical concern is server stability where affected kernels use this driver and PTP is enabled.
Executive priority
Treat as a targeted infrastructure stability issue, not a broad internet emergency. Patch affected Linux servers during normal priority maintenance, faster for latency-sensitive, trading, telecom, or industrial environments that rely on PTP and Intel ice-supported network adapters.
Technical view
The race occurs when ice_ptp_rebuild() queues PTP work before VSI rebuild completes. ice_ptp_periodic_work can then reach ice_ptp_update_cached_phctime while vsi->rx_rings is NULL. The fix keeps PTP work cancelled until ice_rebuild() completes and adds ice_ptp_queue_work() gating on PTP support and ICE_PTP_READY.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the ice driver, likely Intel Ethernet hardware, and PTP functionality involved during reset or VSI rebuild. The source bundle lists Linux 6.9, 0, 6.12.80, 6.18.10, and 6.19 as affected, but version range detail is incomplete.
Exploitation context
The bundle provides a kernel oops trace and race description, but no public exploit, no CVSS, and KEV is false. There is no cited evidence of active exploitation. The likely impact is denial of service or instability from a kernel NULL pointer dereference, not demonstrated code execution.
Researcher notes
Evidence supports a driver race fixed by delaying PTP work until VSI rebuild completion. The affected-version data in the bundle is sparse and partly commit-oriented, so confirm exact downstream exposure through distribution advisories or kernel changelogs before declaring systems unaffected.
Mitigation direction
Apply kernel or distribution updates that include the referenced stable fixes.
Prioritize systems using the ice driver with PTP enabled.
Check vendor advisories if patched packages are not yet available.
Plan maintenance windows for kernel updates on exposed production hosts.
Validation and detection
Inventory Linux hosts using the ice kernel driver.
Check running kernel versions against vendor fixed builds.
Confirm whether PTP is enabled on affected network interfaces.
Review kernel logs for ice_ptp_update_cached_phctime NULL dereference traces.
Verify installed kernel contains one of the referenced stable commits.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23210 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 14, 2026, 16:27 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.