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.
CVE-2026-80868
NONE
EPSS 0.14%
Updated Sep 04, 2026
Linux
CVE Details
CVE ID
CVE-2026-80868
Published Date
Sep 04, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.14%
Likelihood of exploitation in next 30 days
Percentile:
4.1th percentile (higher than 4.1% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory