Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash systems using the Intel ice Ethernet driver during resume from suspend. The public record describes a NULL pointer dereference, not data theft or code execution. Business impact is mainly availability for affected hosts, especially systems with Intel E810 adapters that use suspend or resume.
Executive priority
Treat as a targeted availability risk. Patch during the next maintenance window for servers using affected Intel ice networking, sooner for systems where suspend/resume reliability is operationally important.
Technical view
CVE-2026-23166 is a NULL pointer dereference in ice_vsi_set_napi_queues(). During resume, rings[q_idx]->q_vector may be NULL, leading to a kernel oops in netif_queue_set_napi(). Stable fixes add defensive NULL checks before dereferencing ring and q_vector pointers.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the ice driver, particularly Intel E810 Ethernet adapters. The source specifically tested kernel v6.18 and notes reproduction with SR-IOV enabled or disabled. Distribution backports may change practical exposure.
Exploitation context
The source bundle does not show active exploitation, and KEV status is false. The documented trigger is suspend/resume, producing a kernel crash. No cited source describes remote exploitation, privilege escalation, or data compromise.
Researcher notes
The record provides a clear crash path and fix direction but no CVSS, CWE, or exploitation evidence. Affected-version data is broad and should be reconciled with distribution-specific kernel packaging and backports before declaring fleet impact.
Mitigation direction
Apply a vendor or distribution kernel update containing the referenced stable ice driver fixes.
Prioritize affected hosts using Intel E810 adapters or the Linux ice driver.
Check Linux distribution advisories for backported fixed kernel versions.
Avoid unnecessary suspend/resume cycles on exposed systems until patched, where operationally feasible.
Validation and detection
Inventory Linux hosts using the ice driver or Intel E810 network adapters.
Compare running kernel versions against vendor fixed versions and stable commit references.
Review kernel logs for resume-time NULL pointer dereferences involving ice_vsi_set_napi_queues.
Confirm patched systems resume successfully without the documented kernel oops.
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-23166 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:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.