Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-40337

8.2 · HIGH
Published Dec 9, 2025 EPSS 0.47% (39th pctl)

Overview

CVE-2025-40337 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 8.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-40337?

CVE-2025-40337 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2025-40337?

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-40337?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-40337?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-40337 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.