CVE-2026-64137 Details
Description
In the Linux kernel, the following vulnerability has been resolved: smb: client: require net admin for CIFS SWN netlink CIFS_GENL_CMD_SWN_NOTIFY is the userspace witness-notify command. The intended sender is the cifs.witness helper, but the generic-netlink operation currently has no capability flag, so any local process can send RESOURCE_CHANGE or CLIENT_MOVE notifications to the in-kernel witness handler. The same family exposes CIFS_GENL_MCGRP_SWN without multicast-group capability flags. Register messages sent to that group include the witness registration id and, for NTLM-authenticated mounts, the username, domain, and password attributes copied from the CIFS session. An unprivileged local process should not be able to join that group and receive those messages. Require CAP_NET_ADMIN for incoming SWN_NOTIFY commands with GENL_ADMIN_PERM, and require CAP_NET_ADMIN over the network namespace for joining the SWN multicast group with GENL_MCAST_CAP_NET_ADMIN. The cifs.witness service runs with the privileges needed for both operations.
A vulnerability in the Linux kernel's CIFS (Common Internet File System) implementation allows unprivileged local processes to send unauthorized notifications to the in-kernel witness handler. This issue arises because the CIFS_GENL_CMD_SWN_NOTIFY command, intended for use by the cifs.witness helper, lacks the necessary capability flags to restrict access. As a result, any local process can interfere with the CIFS session management by sending false resource change or client move notifications. Additionally, the vulnerability exposes sensitive information, such as NTLM authentication details, to unauthorized processes.
Users should be advised to update to the latest version of the Linux kernel where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/969bc6370334a5b4720c5470783295d6484bbc95 | kernel.org | Patch |
| https://git.kernel.org/stable/c/9919021a3b7974ae66a5f9915e3a48c10cfd409b | kernel.org | Patch |
| https://git.kernel.org/stable/c/9cf7eb8919344932f909b2fac76296f7656fda8d | kernel.org | Patch |
| https://git.kernel.org/stable/c/a3238b09c58f323e40743ce174cd0ab81b5c09ed | kernel.org | Patch |
| https://git.kernel.org/stable/c/a8d17d22db591099519a89f14dd24810daba74c3 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c2397b93fbb6f44a788fff30f99be2c20cc5e50f | kernel.org | Patch |
| https://git.kernel.org/stable/c/d1ebfce2c1d161186a82e77590bf7da2ea1bce91 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.11, < 5.15.210 >= 5.16, < 6.1.176 >= 6.2, < 6.6.143 >= 6.7, < 6.12.92 >= 6.13, < 6.18.34 >= 6.19, < 7.0.11 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 13, 2026 | Initial Analysis | [email protected] |
| Jul 20, 2026 | CVE Modified | kernel.org |
| Jul 19, 2026 | New CVE Received | kernel.org |