CVE-2026-31704
MEDIUMksmbd: use check_add_overflow() to prevent u16 DACL size overflow
Title source: cnaDescription
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.
References (6)
Core 6
Core References
Scores
CVSS v3
5.5
EPSS
0.0012
EPSS Percentile
1.9%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
Status
published
Products (21)
linux/Kernel
5.15.0 - 6.1.175linux
linux/Kernel
6.13.0 - 6.18.25linux
linux/Kernel
6.19.0 - 7.0.2linux
linux/Kernel
6.2.0 - 6.6.136linux
linux/Kernel
6.7.0 - 6.12.84linux
Linux/Linux
< 5.15
Linux/Linux
5.15
Linux/Linux
6.1.175 - 6.1.*
Linux/Linux
6.12.84 - 6.12.*
Linux/Linux
6.18.25 - 6.18.*
... and 11 more
Published
May 01, 2026
Tracked Since
May 01, 2026