
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-50835 is a resource leak vulnerability in the Linux kernel's jbd2 (journaling block device) subsystem, specifically in the fc_do_one_pass() function, where a buffer head is not released after use, leading to a reference count leak. The vulnerability was published on December 30, 2025, and affects the Linux kernel across multiple stable branches. Fixed versions include Linux 5.10.150, 5.15.75, 5.19.17, 6.0.3, and 6.1. The CVSS base score is listed as 0.0 with a medium severity estimate, and the EPSS score is approximately 0.018% (Feedly, EUVD).
The root cause is a missing brelse() (buffer release) call in the fc_do_one_pass() function within the jbd2 fast-commit replay path of the Linux kernel (CWE-401: Missing Release of Memory after Effective Lifetime). When processing fast-commit journal entries, the function acquires a buffer head but fails to release it upon completion, incrementing the reference count without a corresponding decrement. This is a local kernel-level issue triggered during filesystem journal replay operations, such as during mount or recovery of an ext4 filesystem with fast-commit enabled. Patches were applied across multiple stable kernel trees as referenced in the upstream kernel git commits (Feedly).
The primary impact of this vulnerability is a kernel memory resource leak — specifically, buffer head reference counts that are never decremented, which can gradually exhaust kernel memory resources over time. In long-running systems with frequent ext4 fast-commit journal replays, this could contribute to memory pressure or system instability (availability impact). There is no known confidentiality or integrity impact, and the vulnerability does not enable privilege escalation or remote code execution. The scope is limited to the local system running an affected Linux kernel version with ext4 fast-commit journaling (Feedly).
Update the Linux kernel to a patched version: 5.10.150 or later, 5.15.75 or later, 5.19.17 or later, 6.0.3 or later, or 6.1 or later. No configuration-based workaround is documented; upgrading to a fixed kernel version is the recommended remediation. Systems using ext4 filesystems with fast-commit journaling enabled are most relevant to this fix (Feedly, Amazon Linux Advisory).
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."