CVE-2025-68169
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68169 is a deadlock vulnerability in the Linux kernel's netpoll subsystem, specifically within the refill_skbs() function. The flaw allows a recursive spinlock acquisition attempt under severe memory pressure, leading to a system hang (AA deadlock). It was published on December 16, 2025, and affects the Linux kernel. The CVSS score has not been formally assigned at this time, and the CVE status is listed as Unknown (Feedly, CVE.org).

Technical details

The root cause is a lock ordering/reentrancy issue (CWE-667: Improper Locking) in refill_skbs(). When the function holds skb_pool->lock (a spinlock) and calls alloc_skb(), a memory allocation failure under pressure can trigger slab_out_of_memory(), which calls printk(). The console output path then invokes netpoll_send_udp(), which attempts to re-acquire the same skb_pool->lock on the same CPU, causing a deadlock. This regression was introduced by commit 248f6571fd4c51 ("netpoll: Optimize skb refilling on critical path"), which removed refill_skbs() from the critical path where nested printk calls were previously deferred. The fix refactors refill_skbs() to never allocate memory while holding the spinlock (Feedly, kernel.org patch 1, kernel.org patch 2).

Impact

Successful triggering of this vulnerability causes a complete system hang (deadlock) on the affected CPU, resulting in a denial of service. Because the deadlock occurs within a spinlock context with interrupts disabled, the system cannot recover without a hard reset. There is no known confidentiality or integrity impact; the primary consequence is availability loss (Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patches that refactor refill_skbs() to avoid memory allocation while holding skb_pool->lock. The fixes are available in the stable kernel tree at commits 327c20c21d80 and 06742a3ab884. Linux distribution vendors (e.g., Red Hat) are tracking this issue and are expected to release updated kernel packages; users should apply vendor-provided kernel updates as they become available (Feedly, Tenable).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management