
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38037 is a data race vulnerability in the Linux kernel's VXLAN (Virtual Extensible LAN) implementation, specifically within the Forwarding Database (FDB) entry structure. The used and updated fields in the FDB entry can be accessed concurrently by multiple threads without proper synchronization, leading to race conditions detectable by the Kernel Concurrency Sanitizer (KCSAN). It affects Linux kernel versions from 3.7 through multiple stable branches, with fixed versions including 5.4.294, 5.10.238, 5.15.185, 6.1.141, 6.6.93, 6.12.31, and 6.14.9. The vulnerability was published on June 18, 2025, and carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).
The root cause is a concurrent read/write data race (CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization) on the used and updated timestamp fields within the VXLAN FDB entry structure (vxlan_fdb). When multiple threads simultaneously call vxlan_xmit(), one thread writes to the field while another reads it without any locking or atomic access primitives, as confirmed by KCSAN traces showing concurrent 8-byte accesses at the same memory address from different CPUs. The fix annotates these accesses with READ_ONCE() and WRITE_ONCE() macros to suppress the race and ensure compiler-safe access semantics. The vulnerability is reproducible using the mausezahn packet generation tool in a multi-CPU QEMU environment running kernel 6.13.0-rc7 (Feedly, Kernel Patches).
Exploitation of this vulnerability can lead to kernel instability, unpredictable system behavior, or kernel crashes, particularly in environments with heavy VXLAN-based network virtualization workloads. The availability impact is rated High, as the race condition can cause system crashes or denial of service; there is no confidentiality or integrity impact identified. Environments running virtualized network overlays (e.g., container orchestration platforms using VXLAN for pod networking) are most at risk (Feedly).
There is no public proof-of-concept exploit code and no evidence of in-the-wild exploitation at this time. The vulnerability requires local access with low privileges to trigger, limiting its attack surface. The EPSS score is 0.024% (0.000240), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Feedly).
The primary remediation is to update to a patched Linux kernel version. Fixed versions include: 5.4.294, 5.10.238, 5.15.185, 6.1.141, 6.6.93, 6.12.31, and 6.14.9. Vendor-specific patches have been issued by Debian (DSA-5973-1, DLA-4327-1), Ubuntu (USN-7704-2, USN-7704-3, USN-7704-4, USN-7704-5, USN-7769-1), Oracle Linux (ELSA-2025-20521), and Amazon Linux 2 (ALAS2KERNEL-5.10-2025-095). As a temporary workaround where patching is not immediately possible, limiting concurrent network operations on VXLAN interfaces may reduce exposure (Feedly, Ubuntu Advisory, Debian LTS).
The vulnerability has received routine coverage from Linux distribution security teams, with patch advisories issued by Debian, Ubuntu, Oracle Linux, and Amazon Linux. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vendor security bulletins (Feedly).
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."