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

7.8 · HIGH
Published Sep 19, 2025 linux CWE-416 EPSS 0.15% (5th pctl)

Overview

CVE-2025-39854 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

ice: fix NULL access of tx->in_use in ice_ll_ts_intr

Recent versions of the E810 firmware have support for an extra interrupt to

handle report of the "low latency" Tx timestamps coming from the

specialized low latency firmware interface. Instead of polling the

registers, software can wait until the low latency interrupt is fired.

This logic makes use of the Tx timestamp tracking structure, ice_ptp_tx, as

it uses the same "ready" bitmap to track which Tx timestamps complete.

Unfortunately, the ice_ll_ts_intr() function does not check if the

tracker is initialized before its first access. This results in NULL

dereference or use-after-free bugs similar to the issues fixed in the

ice_ptp_ts_irq() function.

Fix this by only checking the in_use bitmap (and other fields) if the

tracker is marked as initialized. The reset flow will clear the init field

under lock before it tears the tracker down, thus preventing any

use-a

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.8, < 6.12.46 Affected

Frequently Asked Questions

What is CVE-2025-39854?

CVE-2025-39854 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-39854?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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