PT-2026-61457 · Linux+1 · Linux Kernel+1
CVE-2026-64140
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A null pointer dereference exists in the
proc show files() function within the ksmbd module. This occurs when an SMB2 client opens a file using a durable v2 handle and then performs an SMB2 SESSION LOGOFF. The session fd check() function sets fp->tcon to NULL, but the file pointer remains registered in global ft.idr until the durable scavenger process runs. If the /proc/fs/ksmbd/files endpoint is read during this interval, the kernel panics because proc show files() attempts to access fp->tcon->id without verifying if fp->tcon is NULL.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu