Linux Kernel SIT Tunnel Data-Race Vulnerability

Vulnerability

A data-race vulnerability has been identified in the Linux kernel's IPv6 SIT (Simple Internet Transition) tunneling implementation. This issue arises because multiple CPUs can concurrently modify the transmission error statistics of a network device, leading to inconsistent data. The root cause is that SIT tunnels are configured with 'NETIF_F_LLTX', allowing the transmission path to operate without the protection of a spinlock. While the initial report focused on the transmission path, the reception path is affected by the same issue.

Impact

The vulnerability can lead to data corruption in the network statistics, specifically in the transmission error counts, which are updated concurrently by multiple CPUs without proper synchronization.

Remediation

Users can upgrade to the latest stable version of the Linux kernel to address this vulnerability. The specific commit that resolves the issue is available in the Linux kernel stable tree.

Added: Dec 24, 2025, 4:57 PM
Updated: Dec 24, 2025, 4:57 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
5.0
remediation
7.7
relevance
1.6
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.