
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49092 addresses a vulnerability in the Linux kernel's IPv4 networking subsystem, specifically related to route deletion with nexthop object handling. The issue was discovered when FRR (FRRouting) users encountered a kernel warning while attempting to delete routes pointing to a nexthop ID without specifying the nhid but matching on an interface (Kernel Git).
The vulnerability stems from the fib_info_nh() function in include/net/nexthop.h triggering a warning when run on a fib_info with nexthop object. The issue occurs in the call chain: inet_rtm_delroute -> fib_table_delete -> fib_nh_match, where the function is called with a nexthop fib_info and fc_oif set. This causes the warning when attempting to match the route (Kernel Git).
When triggered, the vulnerability results in kernel warnings and potential system instability. The issue affects route management operations, particularly when dealing with nexthop object deletion in network configurations (Kernel Git).
The vulnerability can be triggered through normal system operations when attempting to delete routes with specific configurations. It requires access to route management capabilities but does not appear to be actively exploited for malicious purposes (Kernel Git).
The fix involves modifying the route deletion logic to prevent matching in cases where the fib_info has a nexthop object, as these are managed separately. The patch ensures proper handling of nexthop routes and prevents the warning condition. Users should update to patched kernel versions that include this fix (Kernel Git).
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."