
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38048 is a data race vulnerability in the Linux kernel's virtio_ring component, specifically involving the event_triggered variable accessed concurrently by virtqueue_disable_cb and virtqueue_enable_cb_delayed functions. Discovered and disclosed on June 18, 2025, it affects Linux kernel versions prior to 5.15.185, 6.1.141 (from 5.16), 6.6.93 (from 6.2), 6.12.31 (from 6.7), and 6.14.9 (from 6.13), as well as release candidates 6.15-rc1 through rc3. Debian Linux 11.0 is also listed as an affected product. The vulnerability carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).
The root cause is a concurrent execution race condition (CWE-362) in drivers/virtio/virtio_ring.c, where the event_triggered boolean flag is read and written without proper synchronization across CPU cores. Specifically, virtqueue_enable_cb_delayed() writes false to event_triggered on one CPU while virtqueue_disable_cb_split() reads the same byte on another CPU during interrupt handling, as detected by KCSAN (Kernel Concurrency Sanitizer). The fix tags the accesses as data_racy to suppress false positives and documents the intentional benign nature of the race, rather than adding heavyweight locking. Exploitation requires local access and low privileges, with high attack complexity due to the need to trigger a specific timing window (Feedly, Kernel Patch).
The primary impact is on availability: an attacker with local access to a virtualized environment could potentially disrupt interrupt notification behavior in virtio-based network interfaces, leading to temporary performance degradation or unexpected behavior in network I/O. There is no confidentiality or integrity impact, as the race condition only affects an optimization hint (event_triggered) used to control interrupt callbacks. The scope is limited to the affected virtqueue on the local system, with no known path to lateral movement or data exfiltration (Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure. The EPSS score is approximately 0.024% (0.000240), indicating very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
The Linux kernel maintainers have released patches addressing this issue across multiple stable branches: upgrade to kernel versions 5.15.185, 6.1.141, 6.6.93, 6.12.31, or 6.14.9 or later. Patches are available via git.kernel.org with commit references including 02d2d6caee3a, 2e2f925fe737, 4ed8f0e808b3, b49b5132e4c7, b6d641954828, and b730cb109633. Downstream distributions including Ubuntu (USN-7704, USN-7712, USN-7770, USN-7789), Debian (DSA-5973-1, DLA-4328-1), and Amazon Linux 2 (ALAS2KERNEL-5.15-2025-075) have also issued updated kernel packages. Administrators should apply the relevant vendor security update as the primary remediation; no configuration-based workaround is available (Feedly, Ubuntu USN-7704, Debian LTS).
The vulnerability received routine coverage from Linux security aggregators and distribution security teams, with Ubuntu, Debian, and Amazon Linux all issuing advisories. No notable independent researcher commentary or significant social media discussion has been identified, consistent with the low severity and limited exploitability of this issue (Ubuntu USN-7704, Debian LTS).
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."