
Cloud Vulnerability DB
A community-led vulnerabilities database
A kernel information leak vulnerability (CVE-2024-35893) was discovered in the Linux kernel's network scheduler component. The issue was found by syzbot in the tcf_skbmod_dump() function, which was copying four bytes from kernel stack to user space. The vulnerability exists due to a four-byte hole in 'struct tc_skbmod' structure that needed to be cleared before filling fields (Kernel Git).
The vulnerability occurs in the net/sched/act_skbmod.c file where tcf_skbmod_dump() function fails to properly initialize a structure before copying it to userspace. The issue stems from uninitialized memory in 'struct tc_skbmod' being exposed when copying data between kernel and user space. Specifically, bytes 188-191 of a 248-byte memory region starting at kernel address ffff888117697680 were being copied to user address 00007ffe56d855f0 without proper initialization (Kernel Git).
This vulnerability allows an attacker to read uninitialized kernel memory (kernel stack), potentially exposing sensitive information from the kernel space to user space applications (Kernel Git).
The vulnerability requires local access to the system to exploit. It was discovered through automated testing using the Kernel Memory Sanitizer (KMSAN) tool, which detected the information leak during normal operation of the network scheduler subsystem (Kernel Git).
The issue has been fixed by adding proper structure initialization using memset() before filling the fields. The fix was implemented in the Linux kernel and has been backported to various stable kernel versions. Users should update their kernel to a patched version that includes the fix (Kernel Git, Debian LTS).
The vulnerability has been acknowledged and patched by major Linux distributions including Debian, which included the fix in their security updates. Red Hat has also incorporated the fix in their Enterprise Linux updates (Red Hat).
Fix availability across major Linux distributions and their releases.
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."