
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's bonding module was discovered where executing 'rmmod bonding' causes a system oops (crash). The issue emerged after commit cc317ea3d927 which removed a redundant NULL check in the debugfs function. The vulnerability affects the module removal process and initialization error handling in the Linux kernel bonding driver (Kernel Git).
The vulnerability occurs during the module removal sequence where bond_destroy_debugfs() sets bonding_debug_root to NULL before other cleanup operations complete. The problematic sequence involves bonding_exit() calling bond_destroy_debugfs(), which sets bonding_debug_root to NULL, followed by bond_netlink_fini(), rtnl_link_unregister(), and eventually bond_uninit() which attempts to access the now-NULL bonding_debug_root pointer. This leads to a race condition that can trigger an oops during the down_write() operation (Kernel Git).
When exploited, this vulnerability causes a denial of service condition through a kernel oops (system crash) during the removal of the bonding module. The issue can also manifest during module initialization if there is an error during the init process (Kernel Git).
The vulnerability can be triggered by any user with sufficient privileges to remove kernel modules (typically root) by executing 'rmmod bonding'. Additionally, a race condition exists that could trigger the same oops when concurrent operations are performed on the bonding interface (Kernel Git).
The issue has been fixed by changing the order of operations during module removal and initialization. Instead of reverting the original commit that removed the NULL check, the fix reorganizes the cleanup sequence to ensure proper resource deallocation order. The fix has been implemented in the Linux kernel through patches that modify the bonding driver's initialization and cleanup routines (Kernel Git).
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."