PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90133 Linux CVE debrief

A heap out-of-bounds write vulnerability was found in the Linux kernel's ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib(). This issue occurs when ntfs_ir_to_ib() copies entries from index_root into a buffer without verifying they fit within the available space, potentially causing OOB writes. The vulnerability arises from a lack of bounds checking, allowing a crafted filesystem image to trigger the issue. Linux kernel developers, maintainers, and users should verify patch application and assess exposure.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems should assess exposure and apply patches or mitigations as needed. They should verify patch application, assess the vulnerability status of Linux kernel versions in use, and monitor for crafted filesystem images that could trigger the vulnerability.

Why it matters

This vulnerability could allow an attacker to cause a heap out-of-bounds write by providing a crafted filesystem image, potentially leading to system instability or security issues. Linux kernel developers, maintainers, and users should verify patch application and assess exposure.

  • Verify patch application to prevent potential OOB writes.
  • Monitor for crafted filesystem images that could trigger the vulnerability.
  • Assess the vulnerability status of Linux kernel versions in use.

Technical summary

The vulnerability is caused by a lack of bounds checking in ntfs_ir_to_ib() when copying entries from index_root into a buffer. This can lead to heap out-of-bounds writes when the entries are larger than the usable space in the index block. The issue arises from the memcpy operation in ntfs_ir_to_ib(), which does not validate the size of the entries against the available buffer space. This oversight allows an attacker to provide a crafted filesystem image that can trigger the OOB write, potentially leading to system instability or security issues.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch provided by the Linux kernel maintainers.
  • Verify the vulnerability status of your Linux kernel versions.
  • Monitor for potential crafted filesystem images that could trigger the vulnerability.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90133 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-90133

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-90133 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90133

    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/825dec5120933e90c54e30e31ccfa6c3449043a8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dc09bf79b76f9a7157e225f449655f3f62f96c9c

    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.