CVE-2026-46277

Summary

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().

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxd245f9b4ab806733a77e51a218ca7b8bc3135cd9 < 85be0a262e39c706edb53c88af8afde2e98222baaffected
LinuxLinuxd245f9b4ab806733a77e51a218ca7b8bc3135cd9 < 39928984956037cabd304321cb8f342e47421db5affected
LinuxLinux6.19affected
LinuxLinux0 < 6.19unaffected
LinuxLinux7.0.4 <= 7.0.*unaffected
LinuxLinux7.1 <= *unaffected

Weaknesses

References