
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-50483 is a vulnerability discovered in the Linux kernel affecting the network subsystem, specifically in the ENETC (Enhanced Network Traffic Controller) driver. The vulnerability was published on October 4, 2025, and involves buffer leaks that occur during XDP (eXpress Data Path) redirect operations (NVD).
The vulnerability occurs in the enetccleanrxringxdp() function when handling buffer management during XDP redirect operations. The issue arises from improper handling of page refcounts and buffer management when xdpdoredirect() fails. The page refcounts can have values of 0, 1, or 2 depending on the ownership status, and the premature zeroing of rx_swbd->page makes it impossible for the error path to properly handle the buffer (NVD).
When exploited, this vulnerability leads to memory leaks in the kernel. The issue specifically causes buffer leaks when xdpdoredirect() fails, which can result in system resource exhaustion over time. The problem is exacerbated when the system needs to allocate more pages through enetcnewpage(), which will eventually leak again on further errors from xdpdoredirect() (NVD).
The vulnerability has been resolved by moving the flip procedure to execute only on the redirect success path and implementing a different approach for handling buffers on XDPREDIRECT failure. Instead of performing half-page flipping, the fix implements enetcxdp_drop() to recycle the buffer back to the RX ring (NVD).
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."