
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's ionic driver was discovered where improper handling of NAPI (New API) context in network packet processing could lead to system instability. The vulnerability (CVE-2024-42071) was identified when calling napi_consume_skb() without properly checking the NAPI softirq context, which was discovered during configuration stress testing of traffic and queue configuration changes (Kernel Patch).
The vulnerability occurs in the ionic driver's TX (transmit) cleanup routine where napi_consume_skb() is called without properly indicating the non-NAPI context. When not in a NAPI softirq context, the function needs to be called with budget==0 to signal it's not in a safe context. The issue manifests as a BUG warning when using smp_processor_id() in preemptible code, specifically in the napi_skb_cache_put function. The CVSS v3.1 score for this vulnerability is 5.5 (Medium) with a vector 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 system instability and potential kernel panics when the ionic driver is processing network packets outside of the expected NAPI context. This primarily affects systems running the Linux kernel with the ionic network driver, potentially causing service disruptions (Kernel Patch).
The vulnerability requires local access and can be triggered through normal network driver operations, particularly during configuration changes. It was discovered during stress testing of traffic and queue configuration changes, suggesting it's reproducible under specific operational conditions (Kernel Patch).
The issue has been fixed by modifying the ionic driver to properly handle non-NAPI contexts when calling napi_consume_skb(). The fix involves passing a context hint through the calls to ionic_tx_clean() to ensure proper handling of packet consumption. The patch has been merged into the Linux kernel (Kernel Patch).
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."