CVE Catalog

CVE-2022-49109

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

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

Summary

In the Linux kernel, an inode reference leak in ceph_get_snapdir() was fixed. The reference was not released in error handling cases.

Risk Assessment

Inode reference leaks can lead to memory exhaustion and performance issues in the Ceph filesystem.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix for CVE-2022-49109.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in ceph_get_snapdir() The ceph_get_inode() will search for or insert a new inode into the hash for the given vino, and return a reference to it. If new is non-NULL, its reference is consumed. We should release the reference when in error handing cases.

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