CVE-2026-31704
Last modified
CVE-2026-31704 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| 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 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-31704?
How severe is CVE-2026-31704?
How do I fix CVE-2026-31704?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-31699In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-3170A vulnerability was detected in SourceCodester/Patrick Mvuma…4.8
- CVE-2026-31700In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31701In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-31702In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31703In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-31705In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-31706In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-31707In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-31708In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-31709In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-3171A flaw has been found in SourceCodester/Patrick Mvuma Patien…5.4
Are you affected by CVE-2026-31704?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
