CVE-2026-46129
Last modified
CVE-2026-46129 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info() error path When kobject_init_and_add() fails, the call chain is: create_space_info() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&space_info->kobj) -> space_info_release() -> kfree(space_info) Then control returns to create_space_info(): btrfs_sysfs_add_space_info_type() returns error -> goto out_free -> kfree(space_info) This causes a double free. Keep the direct kfree(space_info) for the earlier failure path, but after btrfs_sysfs_add_space_info_type() has called kobject_put(), let the kobject release callback handle the cleanup.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info() error path When kobject_init_and_add() fails, the call chain is: create_space_info() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&space_info->kobj) -> space_info_release() -> kfree(space_info) Then control returns to create_space_info(): btrfs_sysfs_add_space_info_type() returns error -> goto out_free -> kfree(space_info) This causes a double free. Keep the direct kfree(space_info) for the earlier failure path, but after btrfs_sysfs_add_space_info_type() has called kobject_put(), let the kobject release callback handle the cleanup.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.1.162, < 6.1.175 |
| Linux | Linux Kernel | >= 6.6.122, < 6.6.140 |
| Linux | Linux Kernel | >= 6.12.67, < 6.12.88 |
| Linux | Linux Kernel | >= 6.18.7, < 6.18.30 |
| Linux | Linux Kernel | >= 6.19.1, < 7.0.7 |
| Linux | Linux Kernel | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-46129?
How severe is CVE-2026-46129?
How do I fix CVE-2026-46129?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46123In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-46124In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46125In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-46126In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46127In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46128In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4613A vulnerability was found in SourceCodester E-Commerce Site …7.3
- CVE-2026-46130In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46131In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46132In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46133In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46134In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46129?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
