NONE · 0

CVE-2026-80868

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Allocate iomap inline_data using alloc_page This fixes a BUG reported in iomap_write_end_inline: iomap_inline_data_valid ch...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Allocate iomap inline_data using alloc_page This fixes a BUG reported in iomap_write_end_inline: iomap_inline_data_valid checks that the inline_data fits within a page. If the inline_data is allocated with kmemdup there's no guarantee that it's page-aligned, so the check sometimes fails. Allocate it with alloc_page to ensure it's page-aligned.

References

FAQ

What is CVE-2026-80868?

CVE-2026-80868 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ntfs3: Allocate iomap inline_data using alloc_page This fixes a BUG reported in iomap_write_end_inline: iomap_inline_data_valid ch...

How severe is CVE-2026-80868?

CVSS scoring is not yet available for CVE-2026-80868. Check NVD for updates.

Is there a patch for CVE-2026-80868?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.