CVE-2026-31704
EUVD-2026-2651301.05.2026, 14:16
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use check_add_overflow() to prevent u16 DACL size overflow set_posix_acl_entries_dacl() and set_ntacl_dacl() accumulate ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size can wrap past 65535, causing the pointer arithmetic (char *)pndace + *size to land within already-written ACEs. Subsequent writes then overwrite earlier entries, and pndacl->size gets a truncated value. Use check_add_overflow() at each accumulation point to detect the wrap before it corrupts the buffer, consistent with existing check_mul_overflow() usage elsewhere in smbacl.c.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 5.15 ≤ 𝑥 < 6.6.136 |
| linux | linux_kernel | 6.7 ≤ 𝑥 < 6.12.84 |
| linux | linux_kernel | 6.13 ≤ 𝑥 < 6.18.25 |
| linux | linux_kernel | 6.19 ≤ 𝑥 < 7.0.2 |
𝑥
= Vulnerable software versions
Debian Releases
Vulnerability Media Exposure
References