CVE-2026-68098

Source
https://cve.org/CVERecord?id=CVE-2026-68098
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68098.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68098
Downstream
Published
2026-08-10T11:58:12.768Z
Modified
2026-08-15T11:31:05.930185792Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ksmbd: bound DACL dedup walk to copied ACEs
Details

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

ksmbd: bound DACL dedup walk to copied ACEs

setntacldacl() can stop copying ACEs before consuming the full input DACL when size accounting overflows.

When that happens, numaces reflects only the ACEs that were actually copied into the output DACL, but setposixaclentriesdacl() still receives ntnum_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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68098.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9
Fixed
6d9d7aa4a2c99c31acfa28921c30b684110cf66c
Fixed
b057a851129c6a084e7e393b62ca3abf6c2660bc
Fixed
f1eba60db813ec28732bf18b5f0a67ebac9c3100
Fixed
a0ebdaa79e10210d4e8ed9fe138e8f4d569719e3
Fixed
58d97fcd0bf1aee694e244cc28635b9df95b543b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68098.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68098.json"