Vulnerability in Linux
CVE-2025-40337
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Correctly handle Rx checksum offload errors The stmmac_rx function would previously set skb->ip_summed to CHECKSUM_UNNECESSARY if hardware checksum offload (CoE) was enabled and the packet was of a known IP ethertype. However, this logic failed to check if the hardware had actually reported a checksum error. The hardware status, indicating a header or payload checksum failure, was being ignored at this stage. This could cause corrupt packets to be passed up the network stack as valid. This patch corrects the logic by checking the `csum_none` status flag, which is set when the hardware reports a checksum error. If this flag is set, skb->ip_summed is now correctly set to CHECKSUM_NONE, ensuring the kernel's network stack will perform its own validation and properly handle the corrupt packet.
EPSS: 0.002 (10.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.2 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L.
Affected products
- Linux — versions 3c20f72f9108b2fcf30ec63d8a4203736c01ccd0, 3.2, 0
References
Frequently asked questions
- What is CVE-2025-40337?
- CVE-2025-40337 is a high-severity vulnerability in Linux. CVSS score: 8.2/10. Published 2025-12-09.
- How severe is CVE-2025-40337?
- High severity. CVSS v3 base score is 8.2 out of 10.