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

5.5 · MEDIUM
Published Jul 9, 2025 linux CWE-667 EPSS 0.10% (1th pctl)

Overview

CVE-2025-38241 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 9, 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/shmem, swap: fix softlockup with mTHP swapin

Following softlockup can be easily reproduced on my test machine with:

echo always > /sys/kernel/mm/transparent_hugepage/hugepages-64kB/enabled

swapon /dev/zram0 # zram0 is a 48G swap device

mkdir -p /sys/fs/cgroup/memory/test

echo 1G > /sys/fs/cgroup/test/memory.max

echo $BASHPID > /sys/fs/cgroup/test/cgroup.procs

while true; do

dd if=/dev/zero of=/tmp/test.img bs=1M count=5120

cat /tmp/test.img > /dev/null

rm /tmp/test.img

done

Then after a while:

watchdog: BUG: soft lockup - CPU#0 stuck for 763s! [cat:5787]

Modules linked in: zram virtiofs

CPU: 0 UID: 0 PID: 5787 Comm: cat Kdump: loaded Tainted: G L 6.15.0.orig-gf3021d9246bc-dirty #118 PREEMPT(voluntary)·

Tainted: [L]=SOFTLOCKUP

Hardware name: Red Hat KVM/RHEL-AV, BIOS 0.0.0 02/06/2015

RIP: 0010:mpol_shared_policy_lookup+0xd/0x70

Code: e9 b8 b4 ff ff 31 c0 c3 cc cc cc cc 90 90 90 90 90

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.14, < 6.15.5 Affected

Frequently Asked Questions

What is CVE-2025-38241?

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

How severe is CVE-2025-38241?

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

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

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