PT-2026-61116 · Linux · Linux
CVE-2026-63800
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
pNFS: Fix use-after-free in pnfs update layout()
When hitting the NFS LAYOUT RETURN branch in pnfs update layout(),
the code calls pnfs prepare to retry layoutget(lo). If it succeeds,
pnfs put layout hdr(lo) is called before trace pnfs update layout(),
which still references 'lo'. This results in a use-after-free when the
tracepoint accesses lo's fields.
Fix this by moving the tracepoint call before pnfs put layout hdr(lo).
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux