CVE-2026-90134: ntfs: fix kmap_local_page() usage in compress

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ntfs: fix kmaplocalpage() usage in compress

Several compressed I/O paths discard the address returned by kmaplocalpage() and later access or unmap the page using pageaddress(). This is invalid for highmem pages, and local mappings must also be unmapped using the address returned by kmaplocalpage().

Map each destination page in ntfsdecompress() only while producing the current sub-block. Use memcpyfrompage(), memcpytopage(), and memzeropage() for the other page accesses. Remove unnecessary local mappings from ntfswritecb(), where pages are accessed through the vmap() mapping.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which deployments are most exposed to this issue?

Systems using the Linux NTFS code with compressed I/O paths are implicated, particularly when the affected pages are highmem pages. The invalid page-address access and unmapping behavior is specifically unsafe for highmem pages.

2

What conditions are required for the flaw to be exercised?

The affected compressed I/O paths must operate on pages mapped with kmap_local_page(). The failure condition involves discarding that returned local-mapping address and later accessing or unmapping the page through page_address().

3

What does the resolved fix change?

The fix maps destination pages in ntfs_decompress() only while producing the current sub-block and uses the address returned by kmap_local_page() for local mappings. Other page operations are changed to memcpy_from_page(), memcpy_to_page(), and memzero_page(), while unnecessary local mappings are removed from ntfs_write_cb().

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203