Answer in brief
CVE-2026-80868 records a Unknown severity vulnerability in ntfs3: Allocate iomap inline_data using alloc_page. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=099ef9ab9203dff327f2d61e44773f9acbc01f13 <3cd2212012c06d2b1fd03a6bf84f6202ab70056c || >=099ef9ab9203dff327f2d61e44773f9acbc01f13 <70d3855594cf6e8791970714b65cac3202d6160e | 3cd2212012c06d2b1fd03a6bf84f6202ab70056c, 70d3855594cf6e8791970714b65cac3202d6160e |
| Linux/Linuxgeneric | 7.0 | Not reported |
Published upstream
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 4, 2026
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.
Quoted source text, attributed separately from HOL analysis.