CVE-2025-40183
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a memory leak related to the bpf_redirect_neigh() helper function used in BPF egress gateway features like those in Cilium. Specifically, when forwarding packets through a vxlan tunnel, the metadata_dst object allocated by vxlan is attached to packets but never properly released because bpf_redirect_neigh() sets a new destination entry without dropping the existing one first. This causes increasing memory usage in the kernel's kmalloc-256 slab over time.
How can this vulnerability impact me? :
The vulnerability can lead to a memory leak in the Linux kernel, causing the kmalloc-256 slab usage to grow continuously. Over time, this can degrade system performance, potentially leading to resource exhaustion, instability, or crashes on systems using BPF egress gateways with vxlan tunnels, such as Kubernetes clusters using Cilium.