CVE-2026-45935
Last modified
CVE-2026-45935 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'do_action' function, the entry size ('esize') is retrieved from the log record without adequate bounds checking. Specifically, the code calculates the end of the entry ('e2') using: e2 = Add2Ptr(e1, esize); It then calculates the size for memmove using 'PtrOffset(e2, ...)', which subtracts the end pointer from the buffer limit. If 'esize' is maliciously large, 'e2' exceeds the used buffer size. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'do_action' function, the entry size ('esize') is retrieved from the log record without adequate bounds checking. Specifically, the code calculates the end of the entry ('e2') using: e2 = Add2Ptr(e1, esize); It then calculates the size for memmove using 'PtrOffset(e2, ...)', which subtracts the end pointer from the buffer limit. If 'esize' is maliciously large, 'e2' exceeds the used buffer size. This results in a negative offset which, when cast to size_t for memmove, interprets as a massive unsigned integer, leading to a heap buffer overflow. This commit adds a check to ensure that the entry size ('esize') strictly fits within the remaining used space of the index header before performing memory operations.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.202 |
| Linux | Linux Kernel | >= 5.16, < 6.1.165 |
| Linux | Linux Kernel | >= 6.2, < 6.6.128 |
| Linux | Linux Kernel | >= 6.7, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-45935?
How severe is CVE-2026-45935?
How do I fix CVE-2026-45935?
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-4593A flaw has been found in erupts erupt bis 1.13.3. Affected b…6.3
- CVE-2026-45930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45931In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45932In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-45933In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45934In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45936In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45937In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45938In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45939In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4594A vulnerability has been found in erupts erupt up to 1.13.3.…7.3
- CVE-2026-45940In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-45935?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
