CVE-2025-68353
NULL Pointer Dereference in Linux Kernel VXLAN Causes Kernel Crash
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 6.7 |
| linux | linux_kernel | 6.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's VXLAN networking code, specifically in the function vxlan_xmit_one. The issue occurs because the sock4 and sock6 pointers are not guaranteed to be non-NULL, for example, if the network interface is brought down. This can cause the kernel to dereference a NULL pointer, leading to a kernel crash (BUG). The problem arose after certain commits removed validity checks for these pointers, and the fix involved restoring those checks.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when handling VXLAN network packets. Such a crash can lead to denial of service (DoS) on the affected system, potentially disrupting network communication and system availability.