CVE-2022-49327

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Feb 26, 2025
Updated: Mar 13, 2025
CWE ID 667

Summary

CVE-2022-49327 is a vulnerability in the Linux kernel that could result in a journal no-space deadlock. In situations where all journal buckets are filled with active journal sets and heavy write I/O load, the cache set registration process could lead to a deadlock if a new journal bucket cannot be allocated during journal replay. To mitigate this issue, the patch introduces a new member "bool do_reserve" in struct journal, which is initially set to false and changed to true during cache set initialization. This reservation of one journal bucket ensures that there is always space available for journal replay, preventing the journal no-space deadlock from occurring.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share