CVE-2026-45935
Published: May 27, 2026
Modified: May 30, 2026
CVSS v3.1
7.8
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected b46acd6a6a627d876898e1c84d3f84902264b445 - < 36c03f7f177b34d51f1cf1d2304b1074607bf4b0affected b46acd6a6a627d876898e1c84d3f84902264b445 - < b271c9cb85927210b1b799e55ee7f702d12b4336affected b46acd6a6a627d876898e1c84d3f84902264b445 - < a584b9d1059b29e97e17c919274e9adfb846f2a0affected b46acd6a6a627d876898e1c84d3f84902264b445 - < c065541b71b79874c83d418a9acd18ad5826339baffected b46acd6a6a627d876898e1c84d3f84902264b445 - < 78942172d5bff4d4afed8674abc09cc560ce44a0+2 more versions |
Linux | Linux | affected 5.15unaffected 0 - < 5.15unaffected 5.15.202 - <= 5.15.*unaffected 6.1.165 - <= 6.1.*unaffected 6.6.128 - <= 6.6.*+4 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now