PatchSiren cyber security CVE debrief
CVE-2026-45899 Linux CVE debrief
A vulnerability in the Linux kernel's ext4 filesystem could leave stale extent entries in the extent status tree when extent splitting operations fail. The issue occurs because failed split operations may return errors directly without cleaning up partially processed extents, resulting in inconsistent filesystem state. The fix ensures that all potentially stale extents are dropped when splitting fails, maintaining cache consistency.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-06-25
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-06-25
Who should care
System administrators managing Linux systems with ext4 filesystems, kernel maintainers, and security teams responsible for Linux infrastructure patching
Technical summary
The ext4 filesystem driver in the Linux kernel fails to properly clean up extent cache entries when extent splitting operations encounter errors. During normal operation, the ext4_split_extent function may process extents and update the extent status tree; however, if an error occurs during this process, the function may return the error directly without dropping partially processed or stale extent entries. This leaves the extent status tree in an inconsistent state with entries that do not accurately reflect the on-disk extent structure. The vulnerability is addressed by explicitly dropping all remaining potentially stale extents when splitting fails, ensuring cache consistency is maintained even under error conditions. The fix has been backported to multiple stable kernel branches as evidenced by the seven referenced commits.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the referenced stable commits when available through distribution security channels
- Monitor distribution security advisories for kernel packages addressing CVE-2026-45899
- Review systems using ext4 filesystems for any reported filesystem consistency issues that may correlate with this vulnerability
- Consider filesystem check operations on ext4 volumes if unexpected behavior has been observed, though no specific exploitation indicators are documented
Evidence notes
CVE description confirms kernel-level filesystem vulnerability in ext4 extent cache handling. Multiple stable kernel commits provided indicate backports across supported versions. No CVSS score or severity assigned by NVD at time of disclosure.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45899 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45899
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45899 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45899
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/120c6bd7ca9d3e80a968b758cbb3fbd67570f132
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/31bf37cf53ede8145e2bc62da803d4506da92975
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/337506dc652383c80839edb8d8dcdd8ff2129b4f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6e54f8dfee359bbd58086c883ea8cffd5312999d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/79b592e8f1b435796cbc2722190368e3e8ffd7a1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/808f3191498f300174523c54cab101e18795ae4e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dc7c9b9d03a59a7fe483574531327e650a4b4adc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.