CVE Catalog

CVE-2022-49768

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.37%

29th percentile - higher than 29% of all known CVEs

Summary

In the Linux kernel, the 9p (trans_fd) module has a double-lock issue in p9_conn_cancel. After moving requests to a local list, the lock is no longer needed but is released too late, causing a deadlock.

Risk Assessment

The vulnerability can lead to a deadlock, potentially causing processes or the entire system to hang.

Recommendation

Update the Linux kernel to a patched version that releases the lock earlier, fixing the double-lock issue.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: 9p: trans_fd/p9_conn_cancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS