Bug 2486444 (CVE-2026-46277) - CVE-2026-46277 kernel: mm/zone_device: do not touch device folio after calling ->folio_free()
Summary: CVE-2026-46277 kernel: mm/zone_device: do not touch device folio after callin...
Keywords:
Status: NEW
Alias: CVE-2026-46277
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-08 17:02 UTC by OSIDB Bzimport
Modified: 2026-06-08 20:07 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-08 17:02:13 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.