Description
In the Linux kernel, the following vulnerability has been resolved:

smb/client: fix chown/chgrp with SMB3 POSIX Extensions

Ownership (chown) and group (chgrp) modifications were being ignored when
mounting with SMB3 POSIX Extensions unless CIFS_MOUNT_CIFS_ACL or
CIFS_MOUNT_MODE_FROM_SID were also explicitly set.

Fix this by checking for posix_extensions in cifs_setattr_nounix() when
updating UID and GID, ensuring that id_mode_to_cifs_acl() is called to map
and set the ownership/group information on the server.
Published: 2026-07-25
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel incorrectly ignores chown and chgrp system calls on CIFS filesystems that are mounted with SMB3 POSIX Extensions unless the mount options CIFS_MOUNT_CIFS_ACL or CIFS_MOUNT_MODE_FROM_SID are explicitly set. This means that attempts by users to change the perceived ownership or group of a file on the remote share are not reflected in the server’s metadata. The flaw corresponds to CWE‑279, an authorization management weakness, and represents an authorization management defect rather than a privilege escalation path.

Affected Systems

All Linux kernel installations that use CIFS mounts with SMB3 POSIX Extensions are affected, until the kernel commits referenced in the advisory are applied. No specific distribution versions are enumerated; the issue applies to any kernel version that includes the buggy code path for posix_extensions handling in cifs_setattr_nounix().

Risk and Exploitability

The CVSS score of this vulnerability is 7.8, indicating a high severity impact on integrity. The EPSS score is below 1 %, and the vulnerability is not listed in CISA KEV, pointing to a low likelihood of widespread exploitation. Because the bug merely prevents the user from propagating ownership changes, it does not provide a direct route to privilege escalation or remote code execution. The likely attack vector is a local attacker who can mount the affected SMB share and observe that ownership modifications are not applied, but this does not translate into a controllable attack.

Generated by OpenCVE AI on August 5, 2026 at 00:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the fix for chown/chgrp handling on SMB3 POSIX Extensions.
  • When mounting a CIFS filesystem with SMB3 POSIX Extensions, include either the CIFS_MOUNT_CIFS_ACL or CIFS_MOUNT_MODE_FROM_SID option so that ownership changes are forwarded to the server.
  • If the SMB3 POSIX Extensions are not required, disable them or constrain local users from mounting CIFS filesystems to prevent unintended ownership confusion.

Generated by OpenCVE AI on August 5, 2026 at 00:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Thu, 30 Jul 2026 12:15:00 +0000


Mon, 27 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: smb/client: fix chown/chgrp with SMB3 POSIX Extensions Ownership (chown) and group (chgrp) modifications were being ignored when mounting with SMB3 POSIX Extensions unless CIFS_MOUNT_CIFS_ACL or CIFS_MOUNT_MODE_FROM_SID were also explicitly set. Fix this by checking for posix_extensions in cifs_setattr_nounix() when updating UID and GID, ensuring that id_mode_to_cifs_acl() is called to map and set the ownership/group information on the server.
Title smb/client: fix chown/chgrp with SMB3 POSIX Extensions
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:41:25.100Z

Reserved: 2026-07-19T15:36:31.784Z

Link: CVE-2026-64388

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:22.127

Modified: 2026-08-11T15:01:50.637

Link: CVE-2026-64388

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64388 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:30:05Z

Weaknesses
  • CWE-279

    Incorrect Execution-Assigned Permissions