PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98139 Linux CVE debrief

A vulnerability in the Linux kernel's NTFS implementation can lead to inaccurate statfs output and allocator free space gate corruption. This occurs because ntfs_cluster_free_from_rl_nolock() incorrectly counts runs whose bitmap clear failed, inflating vol->free_clusters. Only runs with successful bitmap clears should be counted. The vulnerability affects Linux kernel versions and can be addressed by reviewing the Linux kernel NTFS implementation for accurate cluster counting and verifying affected systems using NTFS.

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

Who should care

Linux kernel maintainers, users, and administrators of systems using NTFS should assess exposure and prioritize verification of affected systems, especially those using NTFS. They should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Why it matters

A vulnerability in the Linux kernel's NTFS implementation can lead to inaccurate statfs output and allocator free space gate corruption. Linux kernel maintainers and users should assess exposure and prioritize verification of affected systems.

  • Inaccurate statfs output may lead to incorrect disk usage monitoring
  • Allocator free space gate corruption may cause unexpected behavior or errors

Technical summary

The vulnerability is in ntfs_cluster_free_from_rl_nolock(), which incorrectly counts runs whose bitmap clear failed. This inflates vol->free_clusters, corrupting statfs output and the allocator's free space gate. Only runs with successful bitmap clears should be counted. The vulnerability affects Linux kernel versions and can be addressed by reviewing the Linux kernel NTFS implementation for accurate cluster counting and verifying affected systems using NTFS. The issue can cause inaccurate statfs output and allocator free space gate corruption, leading to unexpected behavior or errors.

Defensive priority

Linux kernel maintainers and users should assess exposure and prioritize verification of affected systems, especially those using NTFS.

Recommended defensive actions

  • Review Linux kernel NTFS implementation for accurate cluster counting
  • Verify affected systems using NTFS
  • Monitor for potential allocator free space gate corruption
  • 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
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide limited information about the vulnerability. The Linux kernel source code references are provided, but no additional details about exploitation or impact are available.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98139 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-98139 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/7eb97d8828e7758b9c81277f7802e740a800f78a

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

  • Source reference

    Unverified legacy reference

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

    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.