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

7.8 · HIGH
Published Jul 9, 2025 linux EPSS 0.16% (6th pctl)

Overview

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

atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().

syzbot reported a warning below during atm_dev_register(). [0]

Before creating a new device and procfs/sysfs for it, atm_dev_register()

looks up a duplicated device by __atm_dev_lookup(). These operations are

done under atm_dev_mutex.

However, when removing a device in atm_dev_deregister(), it releases the

mutex just after removing the device from the list that __atm_dev_lookup()

iterates over.

So, there will be a small race window where the device does not exist on

the device list but procfs/sysfs are still not removed, triggering the

splat.

Let's hold the mutex until procfs/sysfs are removed in

atm_dev_deregister().

[0]:

proc_dir_entry 'atm/atmtcp:0' already registered

WARNING: CPU: 0 PID: 5919 at fs/proc/generic.c:377 proc_register+0x455/0x5f0 fs/proc/generic.c:377

Modules linked in:

CPU: 0 UID: 0 PID: 5919 Comm: syz-executor284 Not ta

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 >= 2.6.16, < 5.4.296 Affected

Frequently Asked Questions

What is CVE-2025-38245?

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

How severe is CVE-2025-38245?

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

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

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