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

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

Overview

CVE-2025-39873 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 23, 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:

can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB

can_put_echo_skb() takes ownership of the SKB and it may be freed

during or after the call.

However, xilinx_can xcan_write_frame() keeps using SKB after the call.

Fix that by only calling can_put_echo_skb() after the code is done

touching the SKB.

The tx_lock is held for the entire xcan_write_frame() execution and

also on the can_get_echo_skb() side so the order of operations does not

matter.

An earlier fix commit 3d3c817c3a40 ("can: xilinx_can: Fix usage of skb

memory") did not move the can_put_echo_skb() call far enough.

[mkl: add "commit" in front of sha1 in patch description]

[mkl: fix indention]

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 >= 4.19, < 5.15.194 Affected

Frequently Asked Questions

What is CVE-2025-39873?

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

How severe is CVE-2025-39873?

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

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

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