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-21960

7.5 · HIGH
Published Apr 1, 2025 linux EPSS 0.51% (41th pctl)

Overview

CVE-2025-21960 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, 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:

eth: bnxt: do not update checksum in bnxt_xdp_build_skb()

The bnxt_rx_pkt() updates ip_summed value at the end if checksum offload

is enabled.

When the XDP-MB program is attached and it returns XDP_PASS, the

bnxt_xdp_build_skb() is called to update skb_shared_info.

The main purpose of bnxt_xdp_build_skb() is to update skb_shared_info,

but it updates ip_summed value too if checksum offload is enabled.

This is actually duplicate work.

When the bnxt_rx_pkt() updates ip_summed value, it checks if ip_summed

is CHECKSUM_NONE or not.

It means that ip_summed should be CHECKSUM_NONE at this moment.

But ip_summed may already be updated to CHECKSUM_UNNECESSARY in the

XDP-MB-PASS path.

So the by skb_checksum_none_assert() WARNS about it.

This is duplicate work and updating ip_summed in the

bnxt_xdp_build_skb() is not needed.

Splat looks like:

WARNING: CPU: 3 PID: 5782 at ./include/linux/skbuff.h:5155 bnxt_rx_pkt+0x479b/0x7610

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.19, < 6.1.132 Affected

Frequently Asked Questions

What is CVE-2025-21960?

CVE-2025-21960 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 1, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-21960?

This vulnerability has a CVSS 3.1 base score of 7.5, 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-21960?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-21960?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-21960 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.