
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-50839 is a buffer head reference count leak vulnerability in the Linux kernel's jbd2 (journaling) subsystem. The flaw exists in the jbd2_fc_wait_bufs function, which returns -EIO without updating journal->j_fc_off when a buffer is not up-to-date, causing jbd2_fc_release_bufs to leak buffer head reference counts. It was published on December 30, 2025, and affects Linux kernel versions across multiple stable branches prior to the patched releases. The CVSS category estimate is Medium, with an EPSS score of approximately 0.018% (Feedly, EUVD).
The root cause is improper resource management (CWE-401: Missing Release of Memory after Effective Lifetime) in the jbd2 fast-commit path of the Linux kernel. When jbd2_fc_wait_bufs encounters a buffer that is not up-to-date, it returns -EIO without incrementing journal->j_fc_off. Subsequently, jbd2_fc_release_bufs iterates from j_fc_off - 1 and terminates early when it encounters a NULL bh, leaving buffer head reference counts unreleased. The fix updates journal->j_fc_off before returning -EIO, ensuring the release function correctly processes all allocated buffer heads (Feedly, EUVD).
Successful triggering of this vulnerability results in a kernel-level buffer head reference count leak, which can lead to resource exhaustion over time and potential system instability or denial of service. Because the flaw resides in the jbd2 journaling layer used by ext4 and other filesystems, it could affect availability of filesystem operations on impacted systems. There is no known confidentiality or integrity impact, and the vulnerability does not enable privilege escalation or remote code execution (Feedly).
The Linux kernel maintainers have released patches across multiple stable branches. Fixed versions include Linux 5.10.150, 5.15.75, 5.19.17, 6.0.3, and 6.1 and later. Users should update their Linux kernel to one of these patched versions. Distributions such as Amazon Linux 2 (kernel 5.15) have issued corresponding advisories (ALAS, EUVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."