PT-2026-90259 · Linux · Linux
CVE-2026-89543
·
Published
2026-09-11
·
Updated
2026-09-11
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:
sunrpc: fix use-after-free in rpc clnt handle event and rpc clnt remove pipedir
Normal client creation goes through rpc setup pipedir(), which records
clnt->pipefs sb, but the mount-event path in rpc clnt handle event()
calls rpc setup pipedir sb() directly and never refreshes that field.
The umount path also removes the directory without clearing
clnt->pipefs sb.
After a late pipefs mount or any remount, rpc clnt remove pipedir()
compares the current superblock against a stale pipefs sb pointer and
skips cleanup, leaving pipefs dentries whose inode private data still
points at a freed rpc clnt, leading to a potential use-after-free during
subsequent rpc info open() or rpc show info() calls.
Fix this by properly updating clnt->pipefs sb upon mount events and
clearing it during unmount or failure paths.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux