PatchSiren

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
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-27
Original CVE updated
2026-05-27
Advisory published
2026-05-27
Advisory updated
2026-05-27

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.

Official resources

2026-05-27