CVE-2025-68241
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68241 is a race condition vulnerability in the Linux kernel's IPv4 routing subsystem, specifically in the rt_bind_exception() function, which can cause a device reference count leak when handling stale Forwarding Next-Hop Exceptions (FNHEs). The vulnerability affects the Linux kernel and was published on December 16, 2025. It is estimated as Medium severity with an EPSS score of 0.024% (Feedly, CVE.org).

Technical details

The root cause is a time-of-check/time-of-use (TOCTOU) race condition (CWE-362) in the Linux kernel's IPv4 route exception handling. The sit (Simple Internet Transition) tunnel driver's packet transmission path calls update_or_create_fnhe(), which may invoke fnhe_remove_oldest() to evict entries exceeding FNHE_RECLAIM_DEPTH. During the window between fnhe_remove_oldest() selecting an FNHE entry for deletion and the subsequent kfree_rcu() call, a concurrent __mkroute_output()find_exception() path can fetch the soon-to-be-freed FNHE, and rt_bind_exception() then binds it with a new destination via dst_hold(). When the original FNHE is freed via RCU callback, the held dst reference is permanently leaked. The fix clears oldest->fnhe_daddr before calling fnhe_flush_routes(), causing rt_bind_exception() to skip rebinding stale entries (Feedly).

Impact

The primary impact is a kernel memory resource leak — specifically a device reference count leak — that prevents the affected network device (e.g., a SIT tunnel interface sitX) from being properly unregistered. This manifests as a kernel warning: unregister_netdevice: waiting for sitX to become free. Usage count = N. While this does not directly allow code execution or data exfiltration, it can lead to denial of service conditions by exhausting kernel resources or preventing network interface teardown, impacting system availability (Feedly).

Indicators of compromise

  • Logs: Kernel dmesg messages containing unregister_netdevice: waiting for sitX to become free. Usage count = N, indicating a device reference count leak.
  • System Behavior: SIT tunnel interfaces (sit0, sit1, etc.) that cannot be removed or remain in a persistent state after attempted teardown.
  • Kernel Metrics: Elevated or non-decrementing reference counts on network devices observable via /sys/class/net/<interface>/ or kernel debugging tools such as ip link showing interfaces stuck in a deletion-pending state.

Mitigation and workarounds

The Linux kernel maintainers have released patches addressing this vulnerability across multiple stable branches, with commits available at the kernel.org stable tree (e.g., commits 0fd16ed, 4b7210d, 041ab9c, 69d35c1, 298f1e0). Downstream distributions including Ubuntu (USN-8096-1, USN-8096-2, USN-8096-3, USN-8096-5), Debian (DLA-4436-1), Amazon Linux 2 (ALAS2KERNEL-5.15-2025-096, ALAS2KERNEL-5.10-2026-112), Oracle Linux, and SUSE have issued updated kernel packages. Users should update to the latest patched kernel version provided by their distribution. As a temporary workaround, avoiding the use of SIT tunnels may reduce exposure (Ubuntu Advisory, Debian LTS, Amazon Linux).

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