CVE-2026-80868: ntfs3: Allocate iomap inline_data using alloc_page

Published Sep 4, 2026
·
Updated

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

ntfs3: Allocate iomap inlinedata using allocpage

This fixes a BUG reported in iomapwriteendinline: iomapinlinedatavalid checks that the inlinedata fits within a page. If the inlinedata is allocated with kmemdup there's no guarantee that it's page-aligned, so the check sometimes fails. Allocate it with allocpage to ensure it's page-aligned.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·04:48 PM
Data Sourced
via MITRE·04:48 PM
Description
Data Sourced
via NVD·05:16 PM
Description

Frequently Asked Questions

1

What filesystem activity is associated with the failure?

The reported BUG occurs in iomap_write_end_inline when ntfs3 handles inline data. The failure is intermittent because kmemdup does not guarantee that the inline-data allocation is page-aligned.

2

What change resolves the alignment issue?

Inline data used by iomap should be allocated with alloc_page rather than kmemdup. This ensures page alignment so iomap_inline_data_valid can validate that the data fits within a page.

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