PT-2026-85735 · Linux · Linux

CVE-2026-80857

·

Published

2026-09-04

·

Updated

2026-09-04

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:
fuse: wait for FR FINISHED on abort on kill to prevent use-after-free
The abort on kill path in request wait answer() calls fuse abort conn() and returns without waiting for FR FINISHED. If fuse dev do write() is concurrently processing the same request (FR LOCKED set), the caller frees req->args while it is still being accessed, causing a use-after-free.
Fix this by jumping to the existing wait event(FR FINISHED) instead of returning early. The wait will not hang because fuse abort conn() ensures all requests are ended.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-80857

Affected Products

Linux