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

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

Overview

CVE-2025-39863 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:

wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work

The brcmf_btcoex_detach() only shuts down the btcoex timer, if the

flag timer_on is false. However, the brcmf_btcoex_timerfunc(), which

runs as timer handler, sets timer_on to false. This creates critical

race conditions:

1.If brcmf_btcoex_detach() is called while brcmf_btcoex_timerfunc()

is executing, it may observe timer_on as false and skip the call to

timer_shutdown_sync().

2.The brcmf_btcoex_timerfunc() may then reschedule the brcmf_btcoex_info

worker after the cancel_work_sync() has been executed, resulting in

use-after-free bugs.

The use-after-free bugs occur in two distinct scenarios, depending on

the timing of when the brcmf_btcoex_info struct is freed relative to

the execution of its worker thread.

Scenario 1: Freed before the worker is scheduled

The brcmf_btcoex_info is deallocated before the worker is scheduled.

A race condit

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 >= 3.10, < 6.6.105 Affected

Frequently Asked Questions

What is CVE-2025-39863?

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

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

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

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