Use-After-Free Vulnerability in Linux Kernel Affecting 9p Client Operations
CVE-2026-63795

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
19 July 2026

What is CVE-2026-63795?

A vulnerability exists in the Linux kernel associated with the 9p client operations where improper reference counting of the fid may lead to a use-after-free scenario. This happens when the p9_client_walk() function encounters an error after sending a request, dropping a reference to the oldfid even though it may still be in use. If this reference is released while the oldfid is expected to be valid, it can result in a critical security issue, allowing subsequent operations on the oldfid to lead to unexpected behavior or crashes. The patch ensures that fid is only released when it does not alias oldfid, preventing potential exploitation.

Affected Version(s)

Linux b48dbb998d70b7f48c2ec0a15c3cf47136808e4e < 99c379ca1e221c3d75c7c804ebbf4e5ee37a3070

Linux b48dbb998d70b7f48c2ec0a15c3cf47136808e4e

Linux b48dbb998d70b7f48c2ec0a15c3cf47136808e4e

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.