CVE Catalog

CVE-2026-98140

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, write_mft_record_nolock() in the ntfs driver maps the MFT record folio with kmap_local_folio(), but the pre_write_mst_fixup() and bio_add_folio() failure paths jump to the error label without unmapping it. Since kmap_local mappings are stack-ordered per task, leaking one corrupts the nesting for any outer mapping.

Risk Assessment

A leaked kmap_local mapping can corrupt the mapping state within a task, causing kernel instability or errors in NTFS filesystem operations.

Recommendation

Update the Linux kernel to a version containing the fix that unmaps the folio on those error paths.

Other vulnerabilities in Linux kernel (ntfs)

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix kmap_local leak in write_mft_record_nolock() error paths write_mft_record_nolock() maps the MFT record folio with kmap_local_folio(), but the pre_write_mst_fixup() and bio_add_folio() failure paths jump to the error label without unmapping it. kmap_local mappings are stack-ordered per task, so leaking one corrupts the nesting for any outer mapping. Unmap the folio on those error paths too.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS