Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
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.
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.
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.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.