CVE-2026-68098
Last modified
CVE-2026-68098 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs set_ntacl_dacl() can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, num_aces reflects only the ACEs that were actually copied into the output DACL, but set_posix_acl_entries_dacl() still receives nt_num_aces and uses it to walk the existing ACE array during dedup. That makes the dedup walk scan past the copied ACE array and inspect buffer tail that does not contain valid ACEs. Split the two meanings currently carried by the NT ACE count. Pass the number of copied NT ACEs to bound the dedup walk, and preserve the original "input DACL had NT ACEs" state separately for the Everyone/default ACL fallback. This keeps the dedup walk aligned with the ACEs that are actually present in the rebuilt DACL..
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs set_ntacl_dacl() can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, num_aces reflects only the ACEs that were actually copied into the output DACL, but set_posix_acl_entries_dacl() still receives nt_num_aces and uses it to walk the existing ACE array during dedup. That makes the dedup walk scan past the copied ACE array and inspect buffer tail that does not contain valid ACEs. Split the two meanings currently carried by the NT ACE count. Pass the number of copied NT ACEs to bound the dedup walk, and preserve the original "input DACL had NT ACEs" state separately for the Everyone/default ACL fallback. This keeps the dedup walk aligned with the ACEs that are actually present in the rebuilt DACL.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6d9d7aa4a2c99c31acfa28921c30b684110cf66c; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b057a851129c6a084e7e393b62ca3abf6c2660bc; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < f1eba60db813ec28732bf18b5f0a67ebac9c3100; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a0ebdaa79e10210d4e8ed9fe138e8f4d569719e3; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 58d97fcd0bf1aee694e244cc28635b9df95b543b; < 6.6.148; < 6.12.101; < 6.18.42; < 7.1.6 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68098?
How severe is CVE-2026-68098?
How do I fix CVE-2026-68098?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68093In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68095In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6810The Booking Calendar Contact Form plugin for WordPress is vu…5.3
- CVE-2026-68100In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68102In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68103In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68098?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
