CVE-2026-45912
Last modified
CVE-2026-45912 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ext4: don't cache extent during splitting extent Caching extents during the splitting process is risky, as it may result in stale extents remaining in the status tree. Moreover, in most cases, the corresponding extent block entries are likely already cached before the split happens, making caching here not particularly useful. Assume we have an unwritten extent, and then DIO writes the first half. [UUUUUUUUUUUUUUUU] on-disk extent U: unwritten extent [UUUUUUUUUUUUUUUU] extent status tree |<- ->| ----> dio write this range First, when ext4_split_extent_at() splits this extent, it truncates the existing extent and then inserts a new one. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: don't cache extent during splitting extent Caching extents during the splitting process is risky, as it may result in stale extents remaining in the status tree. Moreover, in most cases, the corresponding extent block entries are likely already cached before the split happens, making caching here not particularly useful. Assume we have an unwritten extent, and then DIO writes the first half. [UUUUUUUUUUUUUUUU] on-disk extent U: unwritten extent [UUUUUUUUUUUUUUUU] extent status tree |<- ->| ----> dio write this range First, when ext4_split_extent_at() splits this extent, it truncates the existing extent and then inserts a new one. During this process, this extent status entry may be shrunk, and calls to ext4_find_extent() and ext4_cache_extents() may occur, which could potentially insert the truncated range as a hole into the extent status tree. After the split is completed, this hole is not replaced with the correct status. [UUUUUUU|UUUUUUUU] on-disk extent U: unwritten extent [UUUUUUU|HHHHHHHH] extent status tree H: hole Then, the outer calling functions will not correct this remaining hole extent either. Finally, if we perform a delayed buffer write on this latter part, it will re-insert the delayed extent and cause an error in space accounting. In adition, if the unwritten extent cache is not shrunk during the splitting, ext4_cache_extents() also conflicts with existing extents when caching extents. In the future, we will add checks when caching extents, which will trigger a warning. Therefore, Do not cache extents that are being split.
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 | >= 3.12, < 5.10.252 |
| Linux | Linux Kernel | >= 5.11, < 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-45912?
How severe is CVE-2026-45912?
How do I fix CVE-2026-45912?
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-45907In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45908In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45909In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4591A weakness has been identified in kalcaddle kodbox 1.64. Thi…4.7
- CVE-2026-45910In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45911In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45913In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45914In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45915In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45916In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45917In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45918In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-45912?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
