
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-47222 affects the Linux kernel's network bridge VLAN tunnel functionality. The vulnerability was discovered in the egress tunnel code where dst_clone() is used incorrectly, potentially leading to reference counting issues. The issue was identified when the entry might have 0 refcnt or be already deleted, causing various problems including WARN_ON() triggers in dst_hold() (Kernel.org).
The vulnerability exists in the br_handle_egress_vlan_tunnel function within the Linux kernel's bridge module. The issue occurs because the code uses dst_clone() and directly sets the result without proper reference count checking. This can lead to situations where entries with zero reference count or deleted entries are accessed. The problem manifests when the reference count handling is incorrect, triggering WARN_ON() in dst_hold() and causing dst_release underflow errors (Kernel.org).
When exploited, this vulnerability can lead to reference counting errors and potential system instability. The issue can cause dst_release underflow conditions and trigger kernel warnings, potentially affecting network bridge functionality and system stability (Kernel.org).
The vulnerability can be triggered during normal operation of the Linux kernel's network bridge VLAN tunnel functionality. It specifically occurs in the egress path when handling VLAN tunnels (Kernel.org).
The issue has been fixed by replacing dst_clone() with dst_hold_safe() and adding proper reference count checking before setting the destination. The fix ensures that a reference is actually taken before setting the dst (Kernel.org).
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."