CVE-2025-38527Network attack vector

Kernel compromise via CIFS oplock-break use-after-free

Published Aug 16, 2025 · Updated Aug 5, 2026

Use-after-free in the Linux CIFS client allows remote attackers controlling an SMB peer to compromise the kernel during unmount. cifs_oplock_break releases the last superblock reference through _cifsFileInfo_put, then accesses the freed cinode after RCU inode cleanup. Reachability requires an existing CIFS mount, and a malicious or on-path SMB server can stall the oplock-break worker until teardown triggers kernel disclosure, corruption, or panic.

CVSS severity9.8
Critical
EPSS probability0.41%
Next 30 days · Sep 16, 2026
Known exploitationUnconfirmed
Based on sourced intelligence
Hinoki checkNot available
Coverage for this vulnerability

See if you're affected

Explore vulnerability checks for your environment with Hinoki.

Book a demo

Summary

What happened

Use-after-free in the Linux CIFS client allows remote attackers controlling an SMB peer to compromise the kernel during unmount. cifs_oplock_break releases the last superblock reference through _cifsFileInfo_put, then accesses the freed cinode after RCU inode cleanup. Reachability requires an existing CIFS mount, and a malicious or on-path SMB server can stall the oplock-break worker until teardown triggers kernel disclosure, corruption, or panic.

The record

CVE
CVE-2025-38527
Published
Aug 16, 2025
Updated
Aug 5, 2026
Vendor
The Linux Kernel Organization
Product
Linux
Classifications
CWE-416, T1203
Attack vector
network
Privileges
unauthenticated

Timeline

How it unfolded

  1. Aug 16, 2025CVE publishedPublication date reported by the CVE source.
  2. Aug 5, 2026Record updatedLatest update available in the CVE record.

Exploitability

Present is not the same as exploitable

Compare your product and version with the public record. A matching version still requires validation against your environment.

Is a vulnerable build present?

Compare these published version ranges with your installed build and any vendor patches.

  1. Affected versionversion=1ee4f2d7cdcd4508cc3cbe3b2622d7177b89da12
  2. Affected versionversion=2429fcf06d3cb962693868ab0a927c9038f12a2d
  3. Affected versionversion=3.16.72 <3.17
  4. Affected versionversion=4.14.114 <4.15
  5. Affected versionversion=4.19.37 <4.20
  6. Affected versionversion=4.9.171 <4.10
  7. Affected versionversion=5.0.10 <5.1
  8. Affected versionversion=5.1
  9. Affected versionversion=53fc31a4853e30d6e8f142b824f724da27ff3e40
  10. Affected versionversion=8092ecc306d81186a64cda42411121f4d35aaff4
  11. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <09bce2138a30ef10d8821c8c3f73a4ab7a5726bc
  12. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <0a4eec84d4d2c4085d4ed8630fd74e4b39033c1b
  13. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <2baaf5bbab2ac474c4f92c10fcb3310f824db995
  14. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <4256a483fe58af66a46cbf3dc48ff26e580d3308
  15. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <705c79101ccf9edea5a00d761491a03ced314210
  16. Affected versionversion=b98749cac4a695f084a5ff076f4510b23e353ecd <da11bd4b697b393a207f19a2ed7d382a811a3ddc
  17. Affected versionversion=ebac4d0adf68f8962bd82fcf483936edd6ec095b

What conditions does exploitation require?

Attack vectornetwork
Required privilegesunauthenticated

What is affected?

The Linux Kernel Organization · Linuxversion=1ee4f2d7cdcd4508cc3cbe3b2622d7177b89da12; version=2429fcf06d3cb962693868ab0a927c9038f12a2d; version=3.16.72 <3.17; version=4.14.114 <4.15; version=4.19.37 <4.20; version=4.9.171 <4.10; version=5.0.10 <5.1; version=5.1; version=53fc31a4853e30d6e8f142b824f724da27ff3e40; version=8092ecc306d81186a64cda42411121f4d35aaff4; version=b98749cac4a695f084a5ff076f4510b23e353ecd <09bce2138a30ef10d8821c8c3f73a4ab7a5726bc; version=b98749cac4a695f084a5ff076f4510b23e353ecd <0a4eec84d4d2c4085d4ed8630fd74e4b39033c1b; version=b98749cac4a695f084a5ff076f4510b23e353ecd <2baaf5bbab2ac474c4f92c10fcb3310f824db995; version=b98749cac4a695f084a5ff076f4510b23e353ecd <4256a483fe58af66a46cbf3dc48ff26e580d3308; version=b98749cac4a695f084a5ff076f4510b23e353ecd <705c79101ccf9edea5a00d761491a03ced314210; version=b98749cac4a695f084a5ff076f4510b23e353ecd <da11bd4b697b393a207f19a2ed7d382a811a3ddc; version=ebac4d0adf68f8962bd82fcf483936edd6ec095b

Published CVSS scores

9.8Linux kernel CNACVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
7.8UbuntuCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS describes severity. EPSS estimates exploitation probability.

Attacks

What attackers are doing with it

Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.

Daily unique IPsNo honeypot observations are available for this CVE in the selected window.

No observations available

Sep 10, 2026Sep 16, 2026
Latest reporting daySep 16, 2026
Latest daily unique IPsUnavailable
Prior 30-day averageUnavailable
SourceShadowserver honeypots (KEV)
Vectornetwork
Privilegesunauthenticated
Known exploitationUnconfirmed
Public exploitUnconfirmed

Weakness, pattern, technique

CWE-416Use After Free
T1203Exploitation for Client Execution

Public exploit references

No public exploit references are available in this record.

Labels summarize the accepted research assessment. They do not indicate a test against your environment.

Technologies

Your stack

See the directory against your own environment.

Your stack

Check the software in your environment

Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.

Book a demo