
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54258 is a vulnerability in the Linux kernel's CIFS (Common Internet File System) subsystem, specifically a potential NULL pointer dereference (oops) in the cifs_oplock_break function. The flaw arises when deferred close operations race with lease breaks during an unmount (kill_sb), potentially causing the kernel to access an invalid tcon->ses pointer. It was published on December 30, 2025, and affects the Linux kernel's CIFS module. The CVSS score and severity rating have not been publicly assigned at this time (CVE Record, Feedly).
The root cause is a race condition (CWE-362) in the Linux kernel's CIFS client implementation. When deferred close is enabled, file close operations can race with SMB2 lease break notifications. During an unmount sequence (kill_sb), the cifs_oplock_break function may check tcon->ses validity after the session has already been freed, resulting in a NULL or dangling pointer dereference. The kernel crash trace shows the fault occurring at cifs_oplock_break+0x1f7/0x5b0 in the cifs module, with a faulting memory access at offset 0x60 of a freed or invalid structure (Feedly). Fixes were committed to the stable kernel tree across multiple branches (Kernel Git).
Successful triggering of this vulnerability causes a kernel panic (oops) on the affected Linux system, resulting in a denial of service. The impact is limited to availability — an attacker or local user capable of triggering the race condition (e.g., by mounting a CIFS share and inducing concurrent lease break and unmount operations) could crash the kernel. There is no evidence of confidentiality or integrity impact, and lateral movement is not a concern for this class of vulnerability (Feedly).
The fix has been applied to the Linux kernel stable tree via multiple commits targeting affected stable branches: 5ee28bc, 6b67a6d, b99f490, and e8f5f84. Administrators should update to a patched kernel version that includes these commits. As a workaround, disabling deferred close on CIFS mounts (if configurable) may reduce exposure, but upgrading the kernel is the recommended remediation (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."