Vulnerability 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.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/550cfb8a81181331d4d0f76ab75ee58a0bf41e3e
- https://git.kernel.org/stable/c/760ef2c579c2609cf17fb1cd5392f64d42d43d33
FAQ
What is CVE-2026-64388?
CVE-2026-64388 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 m...
How severe is CVE-2026-64388?
CVE-2026-64388 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-64388?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.