๐Ÿ” CVE Alert

CVE-2026-90134

UNKNOWN 0.0

ntfs: fix kmap_local_page() usage in compress

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix kmap_local_page() usage in compress Several compressed I/O paths discard the address returned by kmap_local_page() and later access or unmap the page using page_address(). This is invalid for highmem pages, and local mappings must also be unmapped using the address returned by kmap_local_page(). Map each destination page in ntfs_decompress() only while producing the current sub-block. Use memcpy_from_page(), memcpy_to_page(), and memzero_page() for the other page accesses. Remove unnecessary local mappings from ntfs_write_cb(), where pages are accessed through the vmap() mapping.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
495e90fa334828d4119061e2726af51d0a0fb4ed < 950e2ecc7aec21af24b05bc661a097a81c670409 495e90fa334828d4119061e2726af51d0a0fb4ed < 6e03fbd5f772ad24ea64f7632e4d0d73184787ca
Linux / Linux
7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/950e2ecc7aec21af24b05bc661a097a81c670409 git.kernel.org: https://git.kernel.org/stable/c/6e03fbd5f772ad24ea64f7632e4d0d73184787ca