Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4355 articles · 196337 vulns · 36/41 feeds (7d)
← Back to list
7.1
CVE-2026-63833PATCHED
linux · linux kernel

ntfs3: reject direct userspace writes to reserved $LX* xattrs

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]

Affected Products

VendorProductVersions
linuxlinux kernelbe71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, be71b5cba2e6485e8959da7a9f9a44461a1bb074, 5.15

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
open sourceopen source linux kernelcert_advisory90%

References

  • https://git.kernel.org/stable/c/e574af95234afc3c725988bbc1fdeb46b9f386a4
  • https://git.kernel.org/stable/c/2c3cd6da4a14380ef79e34bd9dff7caf46687477
  • https://git.kernel.org/stable/c/e8852ae29868e449fdb47eebc28f35fb80741a5f
  • https://git.kernel.org/stable/c/f8d420949b335a4b51d06ab276beee6b8dfdc909
  • https://git.kernel.org/stable/c/5e658b9245a52d838ef93729a7bc07de8e19deb7
  • https://git.kernel.org/stable/c/293a84fa40b3a1b3471c0545722724bc10973f76
  • https://git.kernel.org/stable/c/5b08dccecf825cbf905f348bc6ccb497507e28e2

Related News (6 articles)

Tier E
Lobsters Security1d ago
InjectionBunny, a NTFS3 SUID injection for privilege escalation
→ No new info (linked only)
Tier B
CERT-FR24d ago
Multiples vulnérabilités dans le noyau Linux de Debian LTS (31 juillet 2026)
→ No new info (linked only)
Tier B
BSI Advisories34d ago
[NEU] [mittel] Linux Kernel: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
→ No new info (linked only)
Tier A
Microsoft MSRC34d ago
CVE-2026-63833 ntfs3: reject direct userspace writes to reserved $LX* xattrs
→ No new info (linked only)
Tier C
VulDB35d ago
CVE-2026-63833 | Linux Kernel up to 7.1.2 Ntfs3 setxattr LXUID/LXGID/LXMOD/LXDEV permission
→ No new info (linked only)
Tier C
Linux Kernel CVEs35d ago
CVE-2026-63833: ntfs3: reject direct userspace writes to reserved $LX* xattrs
→ No new info (linked only)
CVSS 3.17.1 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited❌ No
Patch available
e574af95234afc3c725988bbc1fdeb46b9f386a42c3cd6da4a14380ef79e34bd9dff7caf46687477e8852ae29868e449fdb47eebc28f35fb80741a5ff8d420949b335a4b51d06ab276beee6b8dfdc9095e658b9245a52d838ef93729a7bc07de8e19deb7293a84fa40b3a1b3471c0545722724bc10973f765b08dccecf825cbf905f348bc6ccb497507e28e25.15.2116.1.1776.6.1446.12.956.18.387.1.37.2-rc1
PublishedJul 19, 2026
Last enriched35d agov3
Trending Score45
Source articles6
Independent6
Info Completeness8/14
Missing: epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-46331EXP
net/sched: fix pedit partial COW leading to page cache corruption
Trending: 62
HIGHCVE-2026-53359EXP
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Trending: 62
HIGHCVE-2026-64600EXP
xfs: resample the data fork mapping after cycling ILOCK
Trending: 54
HIGHCVE-2026-46242EXP
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Trending: 49
HIGHCVE-2026-53366EXP
ipv4: account for fraggap on the paged allocation path
Trending: 47

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jul 19, 2026
Discovered by ZDM
Jul 19, 2026
Updated: severity
Jul 19, 2026
Updated: severity, cvssEstimate
Jul 19, 2026
Patch Available
Aug 17, 2026

Version History

v3
Last enriched 35d ago
v3Tier C35d ago

Updated severity from HIGH to CRITICAL and assigned CVSS estimate of 9.0 based on article's assessment as 'very critical'.

severitycvssEstimate
via VulDB
v2Tier C35d ago

Updated severity from NONE to HIGH based on the privilege escalation impact (unprivileged user gaining euid 0)

severity
via Linux Kernel CVEs
v135d ago

Initial creation