PT-2026-52367 · Linux · Linux
Published
2026-06-25
·
Updated
2026-06-25
·
CVE-2026-53272
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
erofs: fix use-after-free on sbi->sync decompress
z erofs decompress kickoff() can race with filesystem unmount, causing
a use-after-free on sbi->sync decompress.
When I/O completes, z erofs endio() calls z erofs decompress kickoff()
to queue z erofs decompressqueue work() asynchronously. Then, after all
folios are unlocked, unmount workflow can proceed and sbi will be freed
before accessing to sbi->sync decompress.
Thread (unmount) I/O completion kworker
queue work
z erofs decompressqueue work
(all folios are unlocked)
cleanup mnt
..
erofs kill sb
erofs sb free
kfree(sbi)
access sbi->sync decompress // UAF!!
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux