In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix anon_dev leak in create_subvol()
When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or
btrfs_insert_root() fail in create_subvol(), we return without freeing
anon_dev. Reorganize the error handling in create_subvol() to fix this.
References
Configurations
Configuration 1 (hide)
|
History
22 Oct 2025, 17:22
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
|
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/2256e901f5bddc56e24089c96f27b77da932dfcc - Patch | |
| References | () https://git.kernel.org/stable/c/7a875ad8706f0903a0e812e0dd701956ee9826ff - Patch | |
| References | () https://git.kernel.org/stable/c/d887b3de318834f9aa637ecf79c6bc66cba7c69a - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
26 Feb 2025, 07:01
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-02-26 07:01
Updated : 2025-10-22 17:22
NVD link : CVE-2022-49469
Mitre link : CVE-2022-49469
CVE.ORG link : CVE-2022-49469
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
