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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
25 Jul 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-25 13:15
Updated : 2025-07-25 15:29
NVD link : CVE-2025-38375
Mitre link : CVE-2025-38375
CVE.ORG link : CVE-2025-38375
JSON object : View
Products Affected
No product.
CWE
No CWE.