CVE-2025-40337

Source
https://cve.org/CVERecord?id=CVE-2025-40337
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40337.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-40337
Downstream
Related
Published
2025-12-09T04:09:53.808Z
Modified
2026-03-20T12:43:15.986630Z
Summary
net: stmmac: Correctly handle Rx checksum offload errors
Details

In the Linux kernel, the following vulnerability has been resolved:

net: stmmac: Correctly handle Rx checksum offload errors

The stmmacrx function would previously set skb->ipsummed 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->ipsummed is now correctly set to CHECKSUMNONE, ensuring the kernel's network stack will perform its own validation and properly handle the corrupt packet.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40337.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3c20f72f9108b2fcf30ec63d8a4203736c01ccd0
Fixed
63fbe0e6413279d5ea5842e2423e351ded547683
Fixed
719fcdf29051f7471d5d433475af76219019d33d
Fixed
1aa319e0f12d2d761a31556b82a5852c98eb0bea
Fixed
ee0aace5f844ef59335148875d05bec8764e71e8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40337.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.2.0
Fixed
6.6.117
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.58
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.17.8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-40337.json"