
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-53042 affects the Linux kernel's IPv4 tunnel implementation, specifically in the ip_tunnel_init_flow() function. The vulnerability was discovered in October 2024 and involves suspicious RCU (Read-Copy-Update) usage where certain code paths are called without holding the proper RCU read lock (Kernel Patch). The issue affects multiple versions of the Linux kernel, including versions from 5.10.227 to 6.11.7 (NVD).
The vulnerability stems from improper RCU usage in the ip_tunnel_init_flow() function within the Linux kernel's IPv4 tunnel implementation. The issue occurs when l3mdev_master_upper_ifindex_by_index_rcu() is called without holding the RCU read lock. This results in a suspicious RCU usage warning in the kernel. The CVSS v3.1 base score is 5.5 (Medium), with a vector string of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to potential system instability or denial of service conditions due to improper synchronization of RCU operations in the kernel's networking stack. The issue primarily affects the availability aspect of the system, as indicated by the CVSS metrics showing high impact on availability but no impact on confidentiality or integrity (NVD).
The vulnerability has been fixed by modifying the code to use l3mdev_master_upper_ifindex_by_index() instead of l3mdev_master_upper_ifindex_by_index_rcu(), which properly acquires the RCU read lock before the operation. The fix has been implemented in various kernel versions through patches (Kernel Patch). Users should update their Linux kernel to the latest patched version.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."