PT-2026-61454 · Linux · Linux

CVE-2026-64137

·

Published

2026-07-19

·

Updated

2026-07-19

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64137

Affected Products

Linux