CVE Catalog

CVE-2025-38375

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

In the virtio-net driver, the xdp_linearize_page function did not check if the received length exceeds the allocated size, leading to out-of-bound read. The fix adds the missing check.

Risk Assessment

Out-of-bound read can lead to data leakage or system crashes, especially in virtualized environments.

Recommendation

Update the Linux kernel to a version containing this fix to prevent out-of-bound reads in virtio-net.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdp_linearize_page, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an out-of-bound read. This commit adds that missing check.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS