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

9.8 · CRITICAL
Published Oct 4, 2025 linux CWE-401 EPSS 0.27% (19th pctl)

Overview

CVE-2025-39948 is a critical-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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:

ice: fix Rx page leak on multi-buffer frames

The ice_put_rx_mbuf() function handles calling ice_put_rx_buf() for each

buffer in the current frame. This function was introduced as part of

handling multi-buffer XDP support in the ice driver.

It works by iterating over the buffers from first_desc up to 1 plus the

total number of fragments in the frame, cached from before the XDP program

was executed.

If the hardware posts a descriptor with a size of 0, the logic used in

ice_put_rx_mbuf() breaks. Such descriptors get skipped and don't get added

as fragments in ice_add_xdp_frag. Since the buffer isn't counted as a

fragment, we do not iterate over it in ice_put_rx_mbuf(), and thus we don't

call ice_put_rx_buf().

Because we don't call ice_put_rx_buf(), we don't attempt to re-use the

page or free it. This leaves a stale page in the ring, as we don't

increment next_to_alloc.

The ice_reuse_rx_page() assumes that the next_t

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 >= 6.6.78, < 6.7 Affected

Frequently Asked Questions

What is CVE-2025-39948?

CVE-2025-39948 is a critical-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-39948?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-39948?

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-39948?

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