LiveActive security incident?Get immediate response
CVE Record

CVE-2026-23210: ice: Fix PTP NULL pointer dereference during VSI rebuild

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi->rx_rings. The sequence was: 1. ice_ptp_prepare_for_reset() cancels PTP work 2. ice_ptp_rebuild() immediately queues PTP work 3. VSI rebuild happens AFTER ice_ptp_rebuild() 4. PTP work runs and accesses NULL vsi->rx_rings Fix: Keep PTP work cancelled during rebuild, only queue it after VSI rebuild completes in ice_rebuild(). Added ice_ptp_queue_work() helper function to encapsulate the logic for queuing PTP work, ensuring it's only queued when PTP is supported and the state is ICE_PTP_READY. Error log: [ 121.392544] ice 0000:60:00.1: PTP reset successful [ 121.392692] BUG: kernel NULL pointer dereference, address: 0000000000000000 [ 121.392712] #PF: supervisor read access in kernel mode [ 121.392720] #PF: error_code(0x0000) - not-present page [ 121.392727] PGD 0 [ 121.392734] Oops: Oops: 0000 [#1] SMP NOPTI [ 121.392746] CPU: 8 UID: 0 PID: 1005 Comm: ice-ptp-0000:60 Tainted: G S 6.19.0-rc6+ #4 PREEMPT(voluntary) [ 121.392761] Tainted: [S]=CPU_OUT_OF_SPEC [ 121.392773] RIP: 0010:ice_ptp_update_cached_phctime+0xbf/0x150 [ice] [ 121.393042] Call Trace: [ 121.393047] <TASK> [ 121.393055] ice_ptp_periodic_work+0x69/0x180 [ice] [ 121.393202] kthread_worker_fn+0xa2/0x260 [ 121.393216] ? __pfx_ice_ptp_periodic_work+0x10/0x10 [ice] [ 121.393359] ? __pfx_kthread_worker_fn+0x10/0x10 [ 121.393371] kthread+0x10d/0x230 [ 121.393382] ? __pfx_kthread+0x10/0x10 [ 121.393393] ret_from_fork+0x273/0x2b0 [ 121.393407] ? __pfx_kthread+0x10/0x10 [ 121.393417] ret_from_fork_asm+0x1a/0x30 [ 121.393432] </TASK>

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
5

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux803bef817807d2d36c930dada20c96fffae0dd19, 803bef817807d2d36c930dada20c96fffae0dd19, 803bef817807d2d36c930dada20c96fffae0dd19unaffected
LinuxLinux6.9, 0, 6.12.80, 6.18.10, 6.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.