PatchSiren cyber security CVE debrief
CVE-2026-64210 Linux CVE debrief
A vulnerability in the Linux kernel's net/mlx5e: xsk component allows for unlocked writing to ICOSQ during napi poll when affinity changes, potentially leading to errors. This issue can cause system crashes and data corruption. The vulnerability was addressed by kicking the async ICOSQ, which is always locked, instead of directly triggering the ICOSQ interrupt. Affected Linux kernel users and administrators should review their configurations and apply the official patch or update to a fixed Linux kernel version.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-24
- Original CVE updated
- 2026-07-27
- Advisory published
- 2026-07-24
- Advisory updated
- 2026-07-27
Who should care
Linux kernel users, network administrators, and security teams should be aware of this vulnerability and take steps to mitigate it. They should review their system configurations, apply patches or updates, and monitor system logs for error messages related to ICOSQ and napi poll.
Technical summary
The Linux kernel vulnerability CVE-2026-64210 occurs in the net/mlx5e: xsk component. During napi poll, when the affinity changes and there's still XSK work to be done, an ICOSQ interrupt is triggered on the new CPU without proper protection. This can lead to two types of races: one between mlx5e_trigger_irq() and mlx5e_xsk_alloc_rx_mpwqe() running on different CPUs due to affinity changes, and another between mlx5e_trigger_irq() on the ICOSQ and mlx5e_trigger_napi_icosq(). The fix involves kicking the async ICOSQ, which is always locked, instead of directly triggering the ICOSQ interrupt.
Defensive priority
High priority due to potential for system crashes and data corruption.
Recommended defensive actions
- Apply the official patch or update to a fixed Linux kernel version.
- Review and update network configurations to minimize potential impact.
- Monitor system logs for error messages related to ICOSQ and napi poll.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability was noticed in the wild with error messages indicating Bad OP in ICOSQ CQE and WARNING in en_rx.c. The provided splat and WQE dump suggest system crashes and data corruption. Linux kernel users should verify their deployments for potential exposure and review system logs for related error messages. Evidence is limited to public sources and may not reflect the full scope or impact of the vulnerability.
Official resources
-
CVE-2026-64210 CVE record
CVE.org
-
CVE-2026-64210 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-24T16:16:48.623Z and has not been modified since then.