Back to overview

CVE-2026-63833

Description
In the Linux kernel, the following vulnerability has been resolved: ntfs3: reject direct userspace writes to reserved $LX* xattrs NTFS3 uses $LXUID, $LXGID, $LXMOD and $LXDEV as internal WSL permission metadata and reloads them into i_uid, i_gid and i_mode from ntfs_get_wsl_perm(). Because the empty-prefix xattr handler also lets file owners call setxattr() on these names directly, an unprivileged writer on a writable ntfs3 mount can plant root ownership and S_ISUID on their own file and gain euid 0 after inode reload. Reject direct userspace writes to the reserved $LX* names. Internal ntfs3 metadata updates are unchanged because ntfs_save_wsl_perm() writes them via ntfs_set_ea() directly. [almaz.alexandrovich@paragon-software.com: added an additional check for non privileged users]

Metadata

CVE ID
CVE-2026-63833
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 12:02 UTC
Last updated
2026-07-20 06:41 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux be71b5cba2e6485e8959da7a9f9a44461a1bb074 < e574af95234afc3c725988bbc1fdeb46b9f386a4, be71b5cba2e6485e8959da7a9f9a44461a1bb074 < 2c3cd6da4a14380ef79e34bd9dff7caf46687477, be71b5cba2e6485e8959da7a9f9a44461a1bb074 < e8852ae29868e449fdb47eebc28f35fb80741a5f, be71b5cba2e6485e8959da7a9f9a44461a1bb074 < f8d420949b335a4b51d06ab276beee6b8dfdc909 …
Linux Linux 5.15, 0 < 5.15, 5.15.211 ≤ 5.15.*, 6.1.177 ≤ 6.1.* …
Back to overview