PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90118 Linux Kernel CVE debrief

The Linux kernel vulnerability, CVE-2026-90118, allows for out-of-bounds writes when reading a corrupted compressed $DATA attribute in the ntfs_decompress() function. This occurs due to an off-by-one page overflow, which can lead to potential data corruption or unauthorized access. Linux kernel developers, maintainers, and users of Linux systems with NTFS support should review and apply the kernel patch to fix the issue. The patch addresses the off-by-one error in the ntfs_decompress() function, preventing out-of-bounds writes.

Vendor
Linux Kernel
Product
Linux kernel
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 systems with NTFS support should be aware of this vulnerability and take necessary actions to prevent potential data corruption or unauthorized access. They should review and apply the kernel patch, verify system updates, and monitor for potential exploitation attempts.

Why it matters

The CVE-2026-90118 vulnerability in the Linux kernel's ntfs_decompress() function requires prompt attention from Linux kernel developers, maintainers, and users of Linux systems with NTFS support to prevent potential data corruption or unauthorized access.

  • Potential for data corruption or unauthorized access due to out-of-bounds writes.
  • Need for prompt patching to prevent potential exploitation.
  • Importance of monitoring systems for signs of exploitation attempts.

Technical summary

The ntfs_decompress() function in the Linux kernel does not properly check the destination address, leading to out-of-bounds writes when reading a corrupted compressed $DATA attribute. The function uses a per-token range check, but it does not break when the destination address equals the sub-block end, causing a write of one byte past the destination page. This vulnerability can be addressed by applying the kernel patch that fixes the off-by-one error in the ntfs_decompress() function, preventing out-of-bounds writes.

Defensive priority

High

Recommended defensive actions

  • Review and apply the kernel patch to fix the off-by-one page overflow in ntfs_decompress().
  • Verify that systems using the Linux kernel with NTFS support are updated with the patched version.
  • Monitor for potential exploitation attempts targeting this 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 in the Linux kernel's ntfs_decompress() function. The vulnerability allows for out-of-bounds writes when reading a corrupted compressed $DATA attribute. The official CVE Program record and NIST NVD detail page offer source-provided CVE metadata and vulnerability assessments. However, the current details are limited, and defenders should verify the affected scope, severity, and vendor guidance.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90118 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-90118 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/98716c9fce21f6c8a9d71e08cf53e7504fa562f4

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

  • Source reference

    Unverified legacy reference

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

    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.