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

9.8 · CRITICAL
Published Aug 16, 2025 linux CWE-416 EPSS 0.40% (34th pctl)

Overview

CVE-2025-38527 is a critical-severity vulnerability affecting linux linux_kernel. It was published on August 16, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

smb: client: fix use-after-free in cifs_oplock_break

A race condition can occur in cifs_oplock_break() leading to a

use-after-free of the cinode structure when unmounting:

cifs_oplock_break()

_cifsFileInfo_put(cfile)

cifsFileInfo_put_final()

cifs_sb_deactive()

[last ref, start releasing sb]

kill_sb()

kill_anon_super()

generic_shutdown_super()

evict_inodes()

dispose_list()

evict()

destroy_inode()

call_rcu(&inode->i_rcu, i_callback)

spin_lock(&cinode->open_file_lock) <- OK

[later] i_callback()

cifs_free_inode()

kmem_cache_free(cinode)

spin_unlock(&cinode->open_file_lock) <- UAF

cifs_done_oplock_break(cinode) <- UAF

The issue occur

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.16.72, < 3.17 Affected

Frequently Asked Questions

What is CVE-2025-38527?

CVE-2025-38527 is a critical-severity vulnerability affecting linux linux_kernel. It was published on August 16, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-38527?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-38527?

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

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