Answer in brief
CVE-2026-46277 records a High severity (CVSS 7.8) vulnerability in mm/zone_device: do not touch device folio after calling ->folio_free(). 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.
CVSS is 7.8. 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 | >=d245f9b4ab806733a77e51a218ca7b8bc3135cd9 <85be0a262e39c706edb53c88af8afde2e98222ba || >=d245f9b4ab806733a77e51a218ca7b8bc3135cd9 <39928984956037cabd304321cb8f342e47421db5 | 85be0a262e39c706edb53c88af8afde2e98222ba, 39928984956037cabd304321cb8f342e47421db5 |
| Linux/Linuxgeneric | 6.19 | Not reported |
Published upstream
Jun 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 7, 2026
In the Linux kernel, the following vulnerability has been resolved: mm/zone_device: do not touch device folio after calling ->folio_free() The contents of a device folio can immediately change after calling ->folio_free(), as the folio may be reallocated by a driver with a different order. Instead of touching the folio again to extract the pgmap, use the local stack variable when calling percpu_ref_put_many().
Quoted source text, attributed separately from HOL analysis.