First published: Thu May 01 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the test_no_shared_qgroup() and test_multiple_refs() qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from the test function without freeing the "old_roots" ulist that was allocated by the previous calls to btrfs_find_all_roots(). Fix that by calling ulist_free() before returning.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49912 has a medium severity rating that may lead to information leaks under specific conditions.
To fix CVE-2022-49912, update to the latest stable version of the Linux kernel that includes the relevant patches.
CVE-2022-49912 affects the Linux kernel, specifically concerning the btrfs file system.
The potential impacts of CVE-2022-49912 include information leakage due to improper error handling in the btrfs qgroup tests.
CVE-2022-49912 was reported in 2022, as part of ongoing vulnerability assessments for the Linux kernel.