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

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

Overview

CVE-2025-39855 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_ptp_ts_irq

The E810 device has support for a "low latency" firmware interface to

access and read the Tx timestamps. This interface does not use the standard

Tx timestamp logic, due to the latency overhead of proxying sideband

command requests over the firmware AdminQ.

The logic still 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_ptp_ts_irq() 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 following:

[245977.278756] BUG: kernel NULL pointer dereference, address: 0000000000000000

[245977.278774] RIP: 0010:_find_first_bit+0x19/0x40

[245977.278796] Call Trace:

[245977.278809] ? ice_misc_intr+0x364/0x380 [ice]

This can occur if a Tx timestamp interrupt races with 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.15, < 6.16.6 Affected

Frequently Asked Questions

What is CVE-2025-39855?

CVE-2025-39855 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-39855?

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

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

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