CVE-2026-31704
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
06/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: use check_add_overflow() to prevent u16 DACL size overflow<br />
<br />
set_posix_acl_entries_dacl() and set_ntacl_dacl() accumulate ACE sizes<br />
in u16 variables. When a file has many POSIX ACL entries, the<br />
accumulated size can wrap past 65535, causing the pointer arithmetic<br />
(char *)pndace + *size to land within already-written ACEs. Subsequent<br />
writes then overwrite earlier entries, and pndacl->size gets a<br />
truncated value.<br />
<br />
Use check_add_overflow() at each accumulation point to detect the<br />
wrap before it corrupts the buffer, consistent with existing<br />
check_mul_overflow() usage elsewhere in smbacl.c.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15 (including) | 6.6.136 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.84 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.25 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/299f962c0b02d048fb45d248b4da493d03f3175d
- https://git.kernel.org/stable/c/5e7b8f3c539d69b2ed5f2408e2f75e68ce7eef43
- https://git.kernel.org/stable/c/8d5729350b236896f51379588d9a690b7fafb8db
- https://git.kernel.org/stable/c/e1955a94b6f17f4b058afa955a6f187eb3ed7615
- https://git.kernel.org/stable/c/ef7902be3f215b6bf7babe4dc9dd9a7d57dad7a7



