PatchSiren cyber security CVE debrief
CVE-2026-97439 Linux CVE debrief
A Linux kernel vulnerability allows a NULL pointer dereference when handling corrupted ntfs3 images. The bug occurs when system.ntfs_attrib and system.dos_attrib are updated on the same file, causing a NULL function pointer call in generic_perform_write(). This issue arises from preserving non-DOS attribute bits in system.dos_attrib, ensuring consistent handling of compressed and sparse states with ATTR_DATA and mapping operations. Linux kernel developers and maintainers should assess and prioritize patching to prevent potential corruption of ntfs3 images.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux systems with ntfs3 file systems should assess exposure and prioritize remediation to prevent potential corruption of ntfs3 images. This includes reviewing and applying kernel patches, verifying system.ntfs_attrib and system.dos_attrib updates, and monitoring for potential corruption.
Why it matters
This Linux kernel vulnerability requires verification and potential patching to prevent corruption of ntfs3 images. Linux kernel developers, maintainers, and users of Linux systems with ntfs3 file systems should assess exposure and prioritize remediation.
- Verify and apply kernel patches to prevent potential corruption of ntfs3 images
- Monitor system logs for potential NULL pointer dereferences
- Update incident response plans to address potential Linux kernel vulnerabilities
Technical summary
The Linux kernel vulnerability occurs when handling corrupted ntfs3 images. The bug is caused by updating system.ntfs_attrib and system.dos_attrib on the same file, leading to a NULL function pointer call in generic_perform_write(). The fix preserves non-DOS attribute bits in system.dos_attrib, maintaining consistency with ATTR_DATA and mapping operations. This ensures that compressed and sparse states are handled correctly, preventing potential corruption of ntfs3 images. Linux kernel developers and maintainers should assess exposure and prioritize remediation.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the kernel patch to update the ntfs3 file system handling
- Verify system.ntfs_attrib and system.dos_attrib updates are properly handled
- Monitor for potential corruption of ntfs3 images
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including a description of the bug, its cause, and the fix. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97439 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97439
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97439 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97439
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/2de91ae285b0b878604d2bd83c3c395a8071e482
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/407ee19828a7d9700969ed9cc53be50d0f533619
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b1c1101067d9536bcb0fe023b96ee2dde5535959
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.