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

ksmbd: use opener credentials for ADS I/O

Alternate data streams are stored as xattrs. Unlike regular file I/O,
their read and write paths therefore call VFS xattr helpers which recheck
inode permissions and LSM policy using the current task credentials.

Run ADS I/O with the credentials captured when the SMB handle was opened.
Published: 2026-07-25
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel’s ksmbd service, alternate data streams are stored via extended attributes. The read and write paths for these streams call VFS xattr helpers that incorrectly recheck inode permissions and LSM policy using the current task’s credentials instead of the credentials captured when the SMB handle was opened. This flaw allows an attacker to bypass standard file permission checks and LSM enforcement on ADS operations, leading to improper privilege or access control (CWE‑250) and potentially enabling full control over file metadata and system configuration.

Affected Systems

The defect exists in any Linux kernel that incorporates an unpatched ksmbd implementation and has the service enabled. All distributions shipping such a kernel, regardless of vendor, are potentially affected. No specific kernel versions are listed in the CNA data; thus the vulnerability remains until the patch is applied.

Risk and Exploitability

The EPSS score of less than 1 % indicates a low probability of exploitation under typical conditions, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the CVSS score of 9.8 denotes a severe impact if successfully abused. The likely attack vector is a remote SMB connection that grants the attacker a handle to the target system; once established, privileged ADS read or write operations can be performed, elevating the attacker’s privileges and allowing manipulation of sensitive file metadata or system configuration.

Generated by OpenCVE AI on August 2, 2026 at 13:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the ksmbd credential‑handling fix
  • Restrict SMB interfaces to trusted hosts using firewall rules or ACLs
  • Enforce SELinux or AppArmor policies that limit extended attribute operations to authorized users
  • Monitor system logs for abnormal ADS read or write activity

Generated by OpenCVE AI on August 2, 2026 at 13:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-284

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


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

Type Values Removed Values Added
Weaknesses CWE-269
CWE-284

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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/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: ksmbd: use opener credentials for ADS I/O Alternate data streams are stored as xattrs. Unlike regular file I/O, their read and write paths therefore call VFS xattr helpers which recheck inode permissions and LSM policy using the current task credentials. Run ADS I/O with the credentials captured when the SMB handle was opened.
Title ksmbd: use opener credentials for ADS I/O
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:28.361Z

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

Link: CVE-2026-64391

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-64391

cve-icon Redhat

Severity :

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

Links: CVE-2026-64391 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T13:15:03Z

Weaknesses
  • CWE-250

    Execution with Unnecessary Privileges