SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-64391

CRITICAL · CVSS 9.8 EPSS 0.46%

Source: NVD + CISA KEV + EPSS · Published 2026-07-25 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

A critical vulnerability in the Linux kernel affects the ksmbd component, which improperly handles alternate data streams (ADS) by using the credentials of the current task instead of the opener's credentials. This flaw could allow unauthorized access to sensitive data, potentially leading to data leakage or privilege escalation. Organizations using Linux systems with SMB services should prioritize patching this vulnerability to mitigate the risk of exploitation.

CVE
CVE-2026-64391
Severity
CRITICAL
CVSS
9.8
EPSS
0.46%
Linux

Original NVD 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.