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

5.5 · MEDIUM
Published Sep 19, 2025 linux CWE-667 EPSS 0.11% (2th pctl)

Overview

CVE-2025-39843 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

mm: slub: avoid wake up kswapd in set_track_prepare

set_track_prepare() can incur lock recursion.

The issue is that it is called from hrtimer_start_range_ns

holding the per_cpu(hrtimer_bases)[n].lock, but when enabled

CONFIG_DEBUG_OBJECTS_TIMERS, may wake up kswapd in set_track_prepare,

and try to hold the per_cpu(hrtimer_bases)[n].lock.

Avoid deadlock caused by implicitly waking up kswapd by passing in

allocation flags, which do not contain __GFP_KSWAPD_RECLAIM in the

debug_objects_fill_pool() case. Inside stack depot they are processed by

gfp_nested_mask().

Since ___slab_alloc() has preemption disabled, we mask out

__GFP_DIRECT_RECLAIM from the flags there.

The oops looks something like:

BUG: spinlock recursion on CPU#3, swapper/3/0

lock: 0xffffff8a4bf29c80, .magic: dead4ead, .owner: swapper/3/0, .owner_cpu: 3

Hardware name: Qualcomm Technologies, Inc. Popsicle based on SM8850 (DT)

Call trace:

spin_bug+0x0

_raw

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 >= 5.19, < 6.1.151 Affected

Frequently Asked Questions

What is CVE-2025-39843?

CVE-2025-39843 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-39843?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-39843?

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

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