๐Ÿ” CVE Alert

CVE-2026-31704

UNKNOWN 0.0

ksmbd: use check_add_overflow() to prevent u16 DACL size overflow

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 1, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 < 8d5729350b236896f51379588d9a690b7fafb8db e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 < e1955a94b6f17f4b058afa955a6f187eb3ed7615 e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 < 5e7b8f3c539d69b2ed5f2408e2f75e68ce7eef43 e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 < ef7902be3f215b6bf7babe4dc9dd9a7d57dad7a7 e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 < 299f962c0b02d048fb45d248b4da493d03f3175d
Linux / Linux
5.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/8d5729350b236896f51379588d9a690b7fafb8db git.kernel.org: https://git.kernel.org/stable/c/e1955a94b6f17f4b058afa955a6f187eb3ed7615 git.kernel.org: https://git.kernel.org/stable/c/5e7b8f3c539d69b2ed5f2408e2f75e68ce7eef43 git.kernel.org: https://git.kernel.org/stable/c/ef7902be3f215b6bf7babe4dc9dd9a7d57dad7a7 git.kernel.org: https://git.kernel.org/stable/c/299f962c0b02d048fb45d248b4da493d03f3175d