PT-2025-8224 · Linux+2 · Linux Kernel+2
Xiubo Li
·
Published
2022-01-01
·
Updated
2026-05-26
·
CVE-2022-49296
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A potential deadlock issue has been identified in the Linux kernel related to the Ceph file system. The issue occurs when a file is created with O RDWR and a request is sent to the metadata server (mds). The
ceph atomic open() function calls ceph mdsc do request(openc), which can lead to a deadlock when the kernel client holds the Fwb caps and waits for a getattr(Fsr) request. This happens because the ceph netfs issue op inline() function sends a getattr(Fsr) request to mds, which then requests the rd lock for CInode::filelock from the auth mds, causing a state transition from excl to sync. However, this transition requires revoking the Fxwb caps back from the clients, leading to a deadlock.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Debian
Linux Kernel
Suse