CVE-2025-40183
Published: Nov 12, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6} Cilium has a BPF egress gateway feature which forces outgoing K8s Pod traffic to pass through dedicated egress gateways which then SNAT the traffic in order to interact with stable IPs outside the cluster. The traffic is directed to the gateway via vxlan tunnel in collect md mode. A recent BPF change utilized the bpf_redirect_neigh() helper to forward packets after the arrival and decap on vxlan, which turned out over time that the kmalloc-256 slab usage in kernel was ever-increasing. The issue was that vxlan allocates the metadata_dst object and attaches it through a fake dst entry to the skb. The latter was never released though given bpf_redirect_neigh() was merely setting the new dst entry via skb_dst_set() without dropping an existing one first.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected b4ab31414970a7a03a5d55d75083f2c101a30592 - < 3fba965a9aac0fa3cbd8138436a37af9ab466d79affected b4ab31414970a7a03a5d55d75083f2c101a30592 - < 057764172fcc6ee2ccb6c41351a55a9f054dc8fdaffected b4ab31414970a7a03a5d55d75083f2c101a30592 - < 2e67c2037382abb56497bb9d7b7e10be04eb5598affected b4ab31414970a7a03a5d55d75083f2c101a30592 - < b6bfe44b6dbb14a31d86c475cdc9c7689534fb09affected b4ab31414970a7a03a5d55d75083f2c101a30592 - < f36a305d30f557306d87c787ddffe094ac5dac89+2 more versions |
Linux | Linux | affected 5.10unaffected 0 - < 5.10unaffected 5.10.246 - <= 5.10.*unaffected 5.15.195 - <= 5.15.*unaffected 6.1.157 - <= 6.1.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now